We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae02528 + d351397 commit c88ba5bCopy full SHA for c88ba5b
.pre-commit-config.yaml
@@ -1,21 +1,21 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v2.4.0
+ rev: v2.5.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
7
- id: check-yaml
8
- id: debug-statements
9
- repo: https://gitlab.com/pycqa/flake8
10
- rev: 3.7.9
+ rev: 3.8.0
11
12
- id: flake8
13
exclude: ^docs/conf.py
14
- repo: https://github.com/asottile/pyupgrade
15
- rev: v1.26.2
+ rev: v2.4.1
16
17
- id: pyupgrade
18
- repo: https://github.com/asottile/add-trailing-comma
19
- rev: v1.5.0
+ rev: v2.0.1
20
21
- id: add-trailing-comma
0 commit comments