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 0d5cb67 commit 3dfc3feCopy full SHA for 3dfc3fe
.pre-commit-config.yaml
@@ -1,14 +1,14 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.3.0
+ rev: v4.4.0
4
hooks:
5
- id: check-toml
6
- id: check-yaml
7
- id: end-of-file-fixer
8
- id: trailing-whitespace
9
- id: mixed-line-ending
10
- repo: https://github.com/pycqa/flake8
11
- rev: 5.0.4
+ rev: 6.0.0
12
13
- id: flake8
14
- repo: https://github.com/pycqa/doc8
@@ -60,7 +60,7 @@ repos:
60
language_version: python3
61
entry: black --target-version=py37
62
- repo: https://github.com/tox-dev/pyproject-fmt
63
- rev: 0.3.5
+ rev: 0.4.1
64
65
- id: pyproject-fmt
66
- repo: https://github.com/abravalheri/validate-pyproject
0 commit comments