We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d10d8 commit d1a6752Copy full SHA for d1a6752
.pre-commit-config.yaml
@@ -4,7 +4,7 @@
4
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.3.0
+ rev: v4.4.0
8
hooks:
9
- id: check-added-large-files # prevents giant files from being committed.
10
- id: check-case-conflict # checks for files that would conflict in case-insensitive filesystems.
@@ -52,7 +52,7 @@ repos:
52
53
# A tool to automatically fix common style issues in Python code. Has plugins.
54
- repo: https://github.com/pycqa/flake8
55
- rev: '5.0.4'
+ rev: '6.0.0'
56
57
- id: flake8
58
exclude: (__pycache__|.venv|tmp|.tox)
0 commit comments