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.git: 24.10.0 → 25.1.0](https://github.com/psf/black.git/compare/24.10.0...25.1.0)
- [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2)
- [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.9.6](astral-sh/ruff-pre-commit@v0.7.3...v0.9.6)
  • Loading branch information
pre-commit-ci[bot] authored Feb 17, 2025
1 parent 2fe3a28 commit 9c6bda3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ repos:
types_or: [yaml]

- repo: https://github.com/psf/black.git
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
files: (.*\.(py|pyi))$

- repo: https://github.com/PyCQA/flake8
rev: 7.1.1
rev: 7.1.2
hooks:
- id: flake8
args: [--config=.flake8]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.3
rev: v0.9.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --no-cache]
Expand Down

0 comments on commit 9c6bda3

Please sign in to comment.