Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
- [github.com/pycqa/pylint: v3.3.3 → v3.3.4](pylint-dev/pylint@v3.3.3...v3.3.4)
  • Loading branch information
pre-commit-ci[bot] authored Feb 10, 2025
1 parent 263b6cb commit 34a054e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
- id: black-jupyter
types: [jupyter]
args: [--line-length=85] # notebooks (for sphinx docs)

- repo: https://github.com/pycqa/pylint
rev: v3.3.3
rev: v3.3.4
hooks:
- id: pylint

0 comments on commit 34a054e

Please sign in to comment.