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/hauntsaninja/black-pre-commit-mirror: 23.3.0 → 23.7.0](psf/black-pre-commit-mirror@23.3.0...23.7.0)
- [github.com/astral-sh/ruff-pre-commit: v0.0.272 → v0.0.280](astral-sh/ruff-pre-commit@v0.0.272...v0.0.280)
  • Loading branch information
pre-commit-ci[bot] authored Jul 25, 2023
1 parent d2022a0 commit 0fac0b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/hauntsaninja/black-pre-commit-mirror
rev: 23.3.0 # must match test-requirements.txt
rev: 23.7.0 # must match test-requirements.txt
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.272 # must match test-requirements.txt
rev: v0.0.280 # must match test-requirements.txt
hooks:
- id: ruff
args: [--exit-non-zero-on-fix]

0 comments on commit 0fac0b6

Please sign in to comment.