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/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
- [github.com/psf/black.git: 24.2.0 → 24.10.0](https://github.com/psf/black.git/compare/24.2.0...24.10.0)
- [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1)
- [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.6.9](astral-sh/ruff-pre-commit@v0.2.2...v0.6.9)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent fbc957c commit ff5faab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-merge-conflict
Expand All @@ -18,19 +18,19 @@ repos:
types_or: [yaml]

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

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

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

0 comments on commit ff5faab

Please sign in to comment.