Skip to content

Commit

Permalink
chore: migrate pre-commit config (#1448)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski authored Oct 28, 2024
1 parent 09f4588 commit f4cff03
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 @@ -22,15 +22,15 @@ repos:
name: ruff-format
entry: ruff format --force-exclude
language: system
stages: [commit]
stages: [pre-commit]
types_or: [python, pyi, jupyter]
require_serial: true

- id: codespell
name: codespell
entry: codespell
language: system
stages: [commit]
stages: [pre-commit]
types_or: [jupyter, markdown, python, shell]

- id: doc8
Expand All @@ -45,6 +45,6 @@ repos:
entry: mypy
args: [--no-incremental]
language: system
stages: [commit]
stages: [pre-commit]
types: [python]
require_serial: true

0 comments on commit f4cff03

Please sign in to comment.