Skip to content

Commit

Permalink
chore: migrate pre-commit config format (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya authored Dec 27, 2024
1 parent ed395b9 commit d9f6f6e
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 @@ -27,7 +27,7 @@ repos:
language: system
types: [text, executable]
entry: poetry run check-executables-have-shebangs
stages: [commit, push, manual]
stages: [pre-commit, pre-push, manual]
- id: check-json
name: { Checking JSON files
language: system
Expand Down Expand Up @@ -74,7 +74,7 @@ repos:
language: system
types: [text]
entry: poetry run end-of-file-fixer
stages: [commit, push, manual]
stages: [pre-commit, pre-push, manual]
- id: fix-byte-order-marker
name: 🚏 Checking UTF-8 byte order marker
language: system
Expand Down Expand Up @@ -132,7 +132,7 @@ repos:
language: system
types: [text]
entry: poetry run trailing-whitespace-fixer
stages: [commit, push, manual]
stages: [pre-commit, pre-push, manual]
- id: vulture
name: 🔍 Finding unused Python code with Vulture
language: system
Expand Down

0 comments on commit d9f6f6e

Please sign in to comment.