Skip to content

Commit a874fc0

Browse files
github-actions[bot]web-flowterriko
authored
chore: update pre-commit config (#4664)
* chore: update pre-commit config * chore: keep old versions for python 3.8 --------- Co-authored-by: GitHub <[email protected]> Co-authored-by: Terri Oda <[email protected]>
1 parent e91de23 commit a874fc0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
exclude: ^fuzz/generated/
2222

2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.19.0
24+
rev: v3.19.1
2525
hooks:
2626
- id: pyupgrade
2727
exclude: ^fuzz/generated/
@@ -46,7 +46,7 @@ repos:
4646
- id: gitlint
4747

4848
- repo: https://github.com/pre-commit/mirrors-mypy
49-
rev: v1.13.0
49+
rev: v1.14.1
5050
hooks:
5151
- id: mypy
5252
additional_dependencies:

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bandit==1.7.10; python_version <= "3.8"
1010
bandit==1.8.0; python_version > "3.8"
1111
gitlint==v0.19.1
1212
interrogate
13-
mypy==v1.13.0
13+
mypy==v1.14.1
1414
pytest>=7.2.0
1515
pytest-xdist
1616
pytest-cov

0 commit comments

Comments
 (0)