We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed1290a + e6429c3 commit f1e8f48Copy full SHA for f1e8f48
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_language_version:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.2.0
+ rev: v4.3.0
7
hooks:
8
- id: check-merge-conflict
9
- id: check-json
@@ -17,14 +17,14 @@ repos:
17
- id: trailing-whitespace
18
exclude: README.md
19
- repo: https://github.com/asottile/pyupgrade
20
- rev: v2.32.1
+ rev: v2.37.3
21
22
- id: pyupgrade
23
-- repo: https://github.com/ambv/black
24
- rev: 22.3.0
+- repo: https://github.com/psf/black
+ rev: 22.6.0
25
26
- id: black
27
- repo: https://github.com/PyCQA/flake8
28
- rev: 4.0.1
+ rev: 5.0.4
29
30
- id: flake8
0 commit comments