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 922dc50 commit 61128b4Copy full SHA for 61128b4
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0
+ rev: v6.0.0
4
hooks:
5
- id: mixed-line-ending
6
args: ["-f", "lf"]
@@ -11,7 +11,7 @@ repos:
11
- id: double-quote-string-fixer
12
files: ^(FreeSimpleGUI(?:Qt|Web|Wx)?)/(?!Demo).*\.py
13
- repo: https://github.com/asottile/reorder-python-imports
14
- rev: v3.14.0
+ rev: v3.15.0
15
16
- id: reorder-python-imports
17
@@ -26,7 +26,7 @@ repos:
26
27
28
- repo: https://github.com/pycqa/flake8
29
- rev: '7.1.2' # pick a git hash / tag to point to
+ rev: '7.3.0' # pick a git hash / tag to point to
30
31
- id: flake8
32
args:
0 commit comments