Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.1.13 → v0.2.0](astral-sh/ruff-pre-commit@v0.1.13...v0.2.0)
- [github.com/tox-dev/pyproject-fmt: 1.6.0 → 1.7.0](tox-dev/pyproject-fmt@1.6.0...1.7.0)
- [github.com/abravalheri/validate-pyproject: v0.15 → v0.16](abravalheri/validate-pyproject@v0.15...v0.16)
  • Loading branch information
pre-commit-ci[bot] authored Feb 5, 2024
1 parent c515c31 commit 36ee21a
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 @@ -26,8 +26,8 @@ repos:
- mdformat-black
- mdformat-config
# ----- Python formatting -----
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.13
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.0
hooks:
# Run ruff linter.
- id: ruff
Expand All @@ -44,10 +44,10 @@ repos:
args: [--autofix, --indent, '2']
exclude: devtools/conda.recipe/meta.yaml # doesn't play nice with jinja
- repo: https://github.com/tox-dev/pyproject-fmt
rev: 1.6.0
rev: 1.7.0
hooks:
- id: pyproject-fmt
- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.15
rev: v0.16
hooks:
- id: validate-pyproject

0 comments on commit 36ee21a

Please sign in to comment.