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 17b6296 commit 711a3fcCopy full SHA for 711a3fc
.pre-commit-config.yaml
@@ -1,22 +1,22 @@
1
repos:
2
- - repo: https://github.com/Diaoul/pre-commit-hooks-poetry
3
- rev: 0.5.1
+ - repo: https://github.com/python-poetry/poetry
+ rev: master
4
hooks:
5
- id: poetry-export
6
- repo: https://github.com/psf/black
7
- rev: 21.9b0
+ rev: 21.12b0
8
9
- id: black
10
- repo: https://gitlab.com/PyCQA/flake8
11
- rev: 3.9.2
+ rev: 4.0.1
12
13
- id: flake8
14
- repo: https://github.com/PyCQA/isort
15
- rev: 5.9.3
+ rev: 5.10.1
16
17
- id: isort
18
- repo: https://github.com/pre-commit/pre-commit-hooks
19
- rev: v4.0.1
+ rev: v4.1.0
20
21
- id: trailing-whitespace
22
- id: end-of-file-fixer
0 commit comments