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 218379a commit 0cd37dbCopy full SHA for 0cd37db
.github/workflows/pre-commit.yml
@@ -11,6 +11,4 @@ jobs:
11
steps:
12
- uses: actions/checkout@v3
13
- uses: actions/setup-python@v3
14
- with:
15
- python-version: '3.13' # or '3.12'
16
- uses: pre-commit/[email protected]
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
# generic [...]_PASSWORD=[...] pattern
- --additional-pattern
- '_PASSWORD=[0-9a-zA-Z_-]{10}'
-- repo: https://github.com/ambv/black
17
- rev: 24.1.1 # Use latest tag on GitHub
+- repo: https://github.com/psf/black
+ rev: 25.12.0 # Use latest tag on GitHub
18
hooks:
19
- id: black-jupyter
0 commit comments