Skip to content

Commit 7984e6c

Browse files
author
Rami Chowdhury
committed
Update precommit
1 parent 85ba9b4 commit 7984e6c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.pre-commit-config.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@ repos:
1010
exclude: ^docs/.*$
1111
- id: trailing-whitespace
1212
exclude: README.md
13+
- repo: https://github.com/pycqa/flake8
14+
rev: "6.1.0"
15+
hooks:
1316
- id: flake8
1417
- repo: https://github.com/pre-commit/mirrors-mypy
15-
rev: v0.812
18+
rev: v1.4.1
1619
hooks:
1720
- id: mypy
1821
args: [--ignore-missing-imports, --no-strict-optional]
19-
- repo: https://github.com/python/black
20-
rev: 20.8b1
22+
- repo: https://github.com/psf/black
23+
rev: 23.7.0
2124
hooks:
2225
- id: black

0 commit comments

Comments
 (0)