Skip to content

Commit 5c10c81

Browse files
committed
update pre-commit hooks as suggested by pull request #373
1 parent a384471 commit 5c10c81

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
repos:
22
- repo: https://github.com/python/black
3-
rev: 22.3.0
3+
rev: 25.1.0
44
hooks:
55
- id: black
66
args: [--safe]
77
language_version: python3
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v2.2.3
9+
rev: v6.0.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: check-yaml
1313
- id: debug-statements
14-
- id: flake8
1514
language_version: python3
15+
- repo: https://github.com/pycqa/flake8
16+
rev: 7.3.0
17+
hooks:
18+
- id: flake8
19+
language_version: python3

0 commit comments

Comments
 (0)