Skip to content

Commit db96d6d

Browse files
chore: update pre-commit config (#3365)
Co-authored-by: GitHub <[email protected]>
1 parent 5ce2ad4 commit db96d6d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ repos:
66
exclude: ^fuzz/generated/
77

88
- repo: https://github.com/psf/black-pre-commit-mirror
9-
rev: 23.9.1
9+
rev: 23.10.1
1010
hooks:
1111
- id: black
1212
exclude: ^fuzz/generated/
1313

1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v3.10.1
15+
rev: v3.15.0
1616
hooks:
1717
- id: pyupgrade
1818
exclude: ^fuzz/generated/
@@ -37,7 +37,7 @@ repos:
3737
- id: gitlint
3838

3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v1.5.1
40+
rev: v1.6.1
4141
hooks:
4242
- id: mypy
4343
additional_dependencies:

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
black==23.9.1
1+
black==23.10.1
22
isort; python_version < "3.8"
33
isort==5.12.0; python_version >= "3.8"
44
pre-commit; python_version < "3.8"

0 commit comments

Comments
 (0)