Skip to content

Commit d9f6f6e

Browse files
authored
chore: migrate pre-commit config format (#612)
1 parent ed395b9 commit d9f6f6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
language: system
2828
types: [text, executable]
2929
entry: poetry run check-executables-have-shebangs
30-
stages: [commit, push, manual]
30+
stages: [pre-commit, pre-push, manual]
3131
- id: check-json
3232
name: { Checking JSON files
3333
language: system
@@ -74,7 +74,7 @@ repos:
7474
language: system
7575
types: [text]
7676
entry: poetry run end-of-file-fixer
77-
stages: [commit, push, manual]
77+
stages: [pre-commit, pre-push, manual]
7878
- id: fix-byte-order-marker
7979
name: 🚏 Checking UTF-8 byte order marker
8080
language: system
@@ -132,7 +132,7 @@ repos:
132132
language: system
133133
types: [text]
134134
entry: poetry run trailing-whitespace-fixer
135-
stages: [commit, push, manual]
135+
stages: [pre-commit, pre-push, manual]
136136
- id: vulture
137137
name: 🔍 Finding unused Python code with Vulture
138138
language: system

0 commit comments

Comments
 (0)