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.
2 parents f1f8baa + 4b2908b commit ea1befeCopy full SHA for ea1befe
.github/workflows/constraints.txt
@@ -1,5 +1,5 @@
1
pip==25.3
2
black==25.11.0
3
-pre-commit==4.4.0
+pre-commit>=4.0.0
4
flake8==7.3.0
5
reorder-python-imports==3.16.0
.github/workflows/labeler.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Check out the repository
14
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
15
16
- name: Run Labeler
17
uses: crazy-max/[email protected]
.github/workflows/tests.yaml
@@ -16,7 +16,7 @@ jobs:
name: Pre-commit
18
19
20
21
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
22
uses: actions/[email protected]
0 commit comments