Skip to content

Commit

Permalink
pre-commit needs rev
Browse files Browse the repository at this point in the history
  • Loading branch information
zariiii9003 committed Oct 17, 2023
1 parent 99b7eb2 commit aaa34ed
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]

- repo: https://github.com/psf/black
rev: stable
- repo: https://github.com/ambv/black
rev: 23.9.1
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: v0.1.0
hooks:
- id: ruff

0 comments on commit aaa34ed

Please sign in to comment.