Skip to content

Commit 9ac3f79

Browse files
author
Jens Kürten
committed
update pre-commit versions
1 parent 14100ee commit 9ac3f79

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exclude: ^.*migrations/versions
44
repos:
55
- repo: https://github.com/timothycrosley/isort
6-
rev: 5.12.0
6+
rev: 6.0.1
77
hooks:
88
- id: isort
99
exclude: ^.*migrations/versions
@@ -17,13 +17,13 @@ repos:
1717

1818

1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 6.1.0
20+
rev: 7.1.2
2121
hooks:
2222
- id: flake8
2323
args: [ "--max-line-length=120", "--per-file-ignores=*/__init__.py: F401"]
2424

2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v4.4.0
26+
rev: v5.0.0
2727
hooks:
2828
- id: check-added-large-files
2929
- id: check-ast
@@ -40,12 +40,12 @@ repos:
4040
- id: mixed-line-ending
4141
- id: trailing-whitespace
4242
- repo: https://github.com/pycqa/pylint
43-
rev: v2.15.7
43+
rev: v3.3.6
4444
hooks:
4545
- id: pylint
4646
args: ["--output-format", "parseable", "-d", "W0511", "-j", "4"]
4747

4848
- repo: https://github.com/PyCQA/bandit
49-
rev: 1.7.5
49+
rev: 1.8.3
5050
hooks:
5151
- id: bandit

0 commit comments

Comments
 (0)