Skip to content

Commit

Permalink
Switching to the astral-sh pre-commit hook (#12005)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguidry authored Feb 16, 2024
1 parent 7b67ab4 commit 37d8f96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.2.1"
hooks:
- id: ruff-format
- id: ruff
language_version: python3
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
- id: ruff-format
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ruff
cairosvg
codespell
codespell>=2.2.6
ddtrace
# Pin IPython to 8.12 when building on Python 3.8
# https://github.com/ipython/ipython/blob/main/README.rst
Expand Down

0 comments on commit 37d8f96

Please sign in to comment.