We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2584ad3 commit 9672ba7Copy full SHA for 9672ba7
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.3.0
+ rev: v4.4.0
6
hooks:
7
- id: check-yaml
8
- id: trailing-whitespace
@@ -11,7 +11,7 @@ repos:
11
- id: check-merge-conflict
12
- id: end-of-file-fixer
13
- repo: https://github.com/asottile/pyupgrade
14
- rev: v3.2.2
+ rev: v3.2.3
15
16
- id: pyupgrade
17
args: ["--py36-plus"]
@@ -24,7 +24,7 @@ repos:
24
25
- id: black
26
- repo: https://github.com/PyCQA/flake8
27
- rev: 5.0.4
+ rev: 6.0.0
28
29
- id: flake8
30
additional_dependencies:
0 commit comments