Pre-commit update

This commit is contained in:
Donkie
2023-08-28 21:17:27 +02:00
parent 871e5282e5
commit 992c3220c7
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ jobs:
python-version: "3.9"
- name: Install pre-commit
run: pip install pre-commit==3.3.2
run: pip install pre-commit==3.3.3
- name: Run pre-commit
run: pre-commit run --all-files