Skip to content

Commit 44e6e0a

Browse files
committed
Upgraded black and flake8
1 parent 583c114 commit 44e6e0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ repos:
1111
- id: check-added-large-files
1212
args: ['--maxkb=200']
1313
- repo: https://github.com/psf/black
14-
rev: 23.3.0
14+
rev: 25.1.0
1515
hooks:
1616
- id: black
1717
args: ['--check', '--diff']
1818
- repo: https://github.com/pycqa/flake8
19-
rev: 6.0.0
19+
rev: 7.2.0
2020
hooks:
2121
- id: flake8
2222
entry: pflake8

0 commit comments

Comments
 (0)