Skip to content

Commit 0cd37db

Browse files
authored
Update of the black pre-commit check (#515)
1 parent 218379a commit 0cd37db

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/pre-commit.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-python@v3
14-
with:
15-
python-version: '3.13' # or '3.12'
1614
- uses: pre-commit/[email protected]

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
# generic [...]_PASSWORD=[...] pattern
1414
- --additional-pattern
1515
- '_PASSWORD=[0-9a-zA-Z_-]{10}'
16-
- repo: https://github.com/ambv/black
17-
rev: 24.1.1 # Use latest tag on GitHub
16+
- repo: https://github.com/psf/black
17+
rev: 25.12.0 # Use latest tag on GitHub
1818
hooks:
1919
- id: black-jupyter

0 commit comments

Comments
 (0)