Skip to content

Commit d8596ae

Browse files
authored
Bump pre-commit. (#290)
1 parent 43f1cae commit d8596ae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# See https://pre-commit.com/hooks.html for more hooks
99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.3.0
11+
rev: v5.0.0
1212
hooks:
1313
# - id: trailing-whitespace
1414
# - id: end-of-file-fixer
@@ -18,19 +18,19 @@ repos:
1818
args:
1919
- "--maxkb=4000"
2020
- repo: https://github.com/myint/autoflake
21-
rev: v1.4
21+
rev: v2.3.1
2222
hooks:
2323
- id: autoflake
2424
args:
2525
- --in-place
2626
- --remove-unused-variables
2727
- --remove-all-unused-imports
2828
- repo: https://github.com/psf/black
29-
rev: 22.6.0
29+
rev: 24.10.0
3030
hooks:
3131
- id: black
3232
- repo: https://github.com/pycqa/isort
33-
rev: 5.10.1
33+
rev: 5.13.2
3434
hooks:
3535
- id: isort
3636
name: isort (python)
@@ -44,11 +44,11 @@ repos:
4444
name: isort (pyi)
4545
types: [pyi]
4646
- repo: https://github.com/PyCQA/flake8
47-
rev: 6.0.0
47+
rev: 7.1.1
4848
hooks:
4949
- id: flake8
5050
- repo: https://github.com/Lucas-C/pre-commit-hooks-safety
51-
rev: v1.3.0
51+
rev: v1.3.3
5252
hooks:
5353
- id: python-safety-dependencies-check
5454
- repo: https://github.com/teamdigitale/json-semantic-playground.git

0 commit comments

Comments
 (0)