Skip to content

Commit e611e9a

Browse files
committed
Updated deps
1 parent 1eff8fd commit e611e9a

File tree

5 files changed

+419
-439
lines changed

5 files changed

+419
-439
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.6.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
@@ -9,16 +9,16 @@ repos:
99
- id: fix-encoding-pragma
1010
- id: forbid-new-submodules
1111
- repo: https://github.com/asottile/pyupgrade
12-
rev: v3.3.1
12+
rev: v3.15.2
1313
hooks:
1414
- id: pyupgrade
1515
args: [ "--py38-plus" ]
1616
- repo: https://github.com/psf/black
17-
rev: 23.1.0
17+
rev: 24.4.2
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/pycqa/isort
21-
rev: 5.12.0
21+
rev: 5.13.2
2222
hooks:
2323
- id: isort
2424
args: [ "--profile", "black", "--filter-files" ]

0 commit comments

Comments
 (0)