diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 1194b963..ec4d9b3a 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -11,6 +11,4 @@ jobs: steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v3 - with: - python-version: '3.13' # or '3.12' - uses: pre-commit/action@v3.0.0 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2856f309..095343be 100644 --- a/.pre-commit-config.yaml +++ b/.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 - rev: 24.1.1 # Use latest tag on GitHub +- repo: https://github.com/psf/black + rev: 25.12.0 # Use latest tag on GitHub hooks: - id: black-jupyter