Skip to content

Commit b9f7d15

Browse files
authored
Remove fix-encoding-pragma from pre-commit hooks as it is deprecated (#120)
1 parent 03efe4d commit b9f7d15

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ repos:
1414
- id: check-executables-have-shebangs
1515
- id: check-merge-conflict
1616
- id: check-toml
17-
- id: fix-encoding-pragma
18-
args:
19-
- --remove
2017
- repo: https://github.com/PyCQA/isort
2118
rev: "7.0.0"
2219
hooks:

changes/119.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove fix-encoding-pragma from pre-commit hooks as it is deprecated

0 commit comments

Comments
 (0)