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.0.257 → v0.0.284](astral-sh/ruff-pre-commit@v0.0.257...v0.0.284)
- [github.com/psf/black: 22.8.0 → 23.7.0](psf/black@22.8.0...23.7.0)
- [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5)
  • Loading branch information
pre-commit-ci[bot] committed Aug 15, 2023
1 parent 133f8c4 commit 7a0cd0b
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 @@ -5,14 +5,14 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.257
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.284
hooks:
- id: ruff
args: [--fix]

- repo: https://github.com/psf/black
rev: 22.8.0
rev: 23.7.0
hooks:
- id: black
language_version: python3
Expand All @@ -24,7 +24,7 @@ repos:
additional_dependencies: ["black[jupyter]"]

- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.2.5
hooks:
- id: codespell
types_or: [python, markdown]
Expand Down

0 comments on commit 7a0cd0b

Please sign in to comment.