Skip to content

Commit

Permalink
Merge pull request #104 from yt-project/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
neutrinoceros authored Jul 1, 2024
2 parents 1d43898 + 2b286d1 commit acd1cb6
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 @@ -11,7 +11,7 @@ ci:
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: no-commit-to-branch
- id: debug-statements
Expand All @@ -23,12 +23,12 @@ repos:
- id: check-executables-have-shebangs

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.3.0
rev: 24.4.2
hooks:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.4
rev: v0.5.0
hooks:
- id: ruff
args: [--fix]
Expand All @@ -45,7 +45,7 @@ repos:
args: [--autofix]

- repo: https://github.com/MarcoGorelli/cython-lint
rev: v0.16.0
rev: v0.16.2
hooks:
- id: cython-lint
args: [--no-pycodestyle]

0 comments on commit acd1cb6

Please sign in to comment.