Skip to content

Commit ac4eb45

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.2.0 → v5.0.0](pre-commit/pre-commit-hooks@v3.2.0...v5.0.0) - [github.com/PyCQA/isort.git: 5.5.3 → 6.0.1](https://github.com/PyCQA/isort.git/compare/5.5.3...6.0.1) - [github.com/psf/black: 20.8b1 → 25.1.0](psf/black@20.8b1...25.1.0) - [github.com/PyCQA/flake8: 3.8.3 → 7.3.0](PyCQA/flake8@3.8.3...7.3.0)
1 parent 78df847 commit ac4eb45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ repos:
22

33
# Syntax check
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v3.2.0
5+
rev: v5.0.0
66
hooks:
77
- id: check-ast
88
- id: check-yaml
@@ -12,13 +12,13 @@ repos:
1212

1313
# Automatically sort imports
1414
- repo: https://github.com/PyCQA/isort.git
15-
rev: 5.5.3
15+
rev: 6.0.1
1616
hooks:
1717
- id: isort
1818

1919
# Automatic source code formatting
2020
- repo: https://github.com/psf/black
21-
rev: 20.8b1
21+
rev: 25.1.0
2222
hooks:
2323
- id: black
2424
args: [--safe, --quiet]
@@ -27,7 +27,7 @@ repos:
2727

2828
# Static code analysis
2929
- repo: https://github.com/PyCQA/flake8
30-
rev: 3.8.3
30+
rev: 7.3.0
3131
hooks:
3232
- id: flake8
3333
args: ['--max-line-length=88', '--select=E401,E711,E712,E713,E714,E721,E722,E901,F401,F402,F403,F405,F631,F632,F633,F811,F812,F821,F822,F841,F901,W191,W291,W292,W293,W602,W603,W604,W605,W606']

0 commit comments

Comments
 (0)