We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c77465a + 3549f3a commit b8782e6Copy full SHA for b8782e6
2 files changed
.github/workflows/constraints.txt
@@ -1,5 +1,5 @@
1
pip==24.2
2
-black==24.8.0
3
-pre-commit==4.0.0
+black==24.10.0
+pre-commit==4.0.1
4
flake8==7.1.1
5
-reorder-python-imports==3.13.0
+reorder-python-imports==3.14.0
.github/workflows/tests.yaml
@@ -37,3 +37,4 @@ jobs:
37
- name: Run pre-commit on all files
38
run: |
39
pre-commit run --all-files --show-diff-on-failure --color=always
40
+
0 commit comments