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: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.254 → v0.0.260](astral-sh/ruff-pre-commit@v0.0.254...v0.0.260)
- [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.6](pre-commit/mirrors-prettier@v2.7.1...v3.0.0-alpha.6)
  • Loading branch information
pre-commit-ci[bot] authored Apr 4, 2023
1 parent b2f0fc5 commit 2bf9185
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 @@ -24,13 +24,13 @@ repos:

# python
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
exclude: ^test/scripts/

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.254
rev: v0.0.260
hooks:
- id: ruff
args: ["--fix", "--exclude", "test/scripts/*.py"]
Expand All @@ -45,7 +45,7 @@ repos:
args: ["--profile", "black"]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v3.0.0-alpha.6
hooks:
- id: prettier
types_or: [css, markdown]

0 comments on commit 2bf9185

Please sign in to comment.