We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8720bf2 + 712e9d4 commit 9078cbeCopy full SHA for 9078cbe
.github/workflows/build.yml
@@ -11,11 +11,11 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Set up Python 3.x (Latest)
14
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
15
with:
16
python-version: "3.x"
17
- name: Checkout current repo
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
19
20
submodules: true
21
- name: Install pre-commit
.pre-commit-config.yaml
@@ -4,11 +4,11 @@
4
5
repos:
6
- repo: https://github.com/python/black
7
- rev: 25.1.0
+ rev: 26.1.0
8
hooks:
9
- id: black
10
- repo: https://github.com/fsfe/reuse-tool
- rev: v3.0.2
+ rev: v6.2.0
- id: reuse
- repo: https://github.com/pre-commit/pre-commit-hooks
0 commit comments