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 071a248 commit ded0a93Copy full SHA for ded0a93
.pre-commit-config.yaml
@@ -12,12 +12,12 @@ repos:
12
- id: double-quote-string-fixer
13
- id: end-of-file-fixer
14
- id: trailing-whitespace
15
-- repo: https://github.com/pre-commit/mirrors-isort
16
- rev: v5.9.1
+- repo: https://github.com/PyCQA/isort
+ rev: 5.10.0
17
hooks:
18
- id: isort
19
-- repo: https://gitlab.com/pycqa/flake8
20
- rev: 3.9.2
+- repo: https://github.com/PyCQA/flake8
+ rev: 4.0.1
21
22
- id: flake8
23
additional_dependencies: ['flake8-bugbear']
0 commit comments