We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 071a248 commit dc69fdbCopy full SHA for dc69fdb
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.0.1
+ rev: v4.6.0
4
hooks:
5
- id: check-ast
6
- id: check-builtin-literals
@@ -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.13.2
17
18
- id: isort
19
-- repo: https://gitlab.com/pycqa/flake8
20
- rev: 3.9.2
+- repo: https://github.com/PyCQA/flake8
+ rev: 7.1.1
21
22
- id: flake8
23
additional_dependencies: ['flake8-bugbear']
0 commit comments