Skip to content

Commit 093a0a3

Browse files
committed
Run pre-commit autoupdate
Signed-off-by: Alex Nelson <[email protected]>
1 parent 29ecc26 commit 093a0a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.3.0
3+
rev: 24.1.0
44
hooks:
55
- id: black
66
- repo: https://github.com/pycqa/flake8
7-
rev: 6.0.0
7+
rev: 7.0.0
88
hooks:
99
- id: flake8
1010
args:
1111
- --ignore=E501
1212
- repo: https://github.com/pycqa/isort
13-
rev: 5.12.0
13+
rev: 5.13.2
1414
hooks:
1515
- id: isort
1616
name: isort (python)

0 commit comments

Comments
 (0)