Skip to content

Commit 711a3fc

Browse files
committed
Fix pre-commit and requirements
1 parent 17b6296 commit 711a3fc

File tree

2 files changed

+321
-268
lines changed

2 files changed

+321
-268
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
repos:
2-
- repo: https://github.com/Diaoul/pre-commit-hooks-poetry
3-
rev: 0.5.1
2+
- repo: https://github.com/python-poetry/poetry
3+
rev: master
44
hooks:
55
- id: poetry-export
66
- repo: https://github.com/psf/black
7-
rev: 21.9b0
7+
rev: 21.12b0
88
hooks:
99
- id: black
1010
- repo: https://gitlab.com/PyCQA/flake8
11-
rev: 3.9.2
11+
rev: 4.0.1
1212
hooks:
1313
- id: flake8
1414
- repo: https://github.com/PyCQA/isort
15-
rev: 5.9.3
15+
rev: 5.10.1
1616
hooks:
1717
- id: isort
1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v4.0.1
19+
rev: v4.1.0
2020
hooks:
2121
- id: trailing-whitespace
2222
- id: end-of-file-fixer

0 commit comments

Comments
 (0)