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 f513d33 commit 49a4ed1Copy full SHA for 49a4ed1
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
- id: blacken-docs
13
additional_dependencies: [black==20.8b1]
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
- rev: v4.3.0
+ rev: v4.4.0
16
hooks:
17
- id: trailing-whitespace
18
- id: end-of-file-fixer
@@ -23,15 +23,15 @@ repos:
23
exclude: _pytest/(debugging|hookspec).py
24
language_version: python3
25
- repo: https://github.com/PyCQA/autoflake
26
- rev: v1.7.7
+ rev: v2.0.0
27
28
- id: autoflake
29
name: autoflake
30
args: ["--in-place", "--remove-unused-variables", "--remove-all-unused-imports"]
31
language: python
32
files: \.py$
33
- repo: https://github.com/PyCQA/flake8
34
- rev: 5.0.4
+ rev: 6.0.0
35
36
- id: flake8
37
0 commit comments