We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef1c87 commit 8c24a83Copy full SHA for 8c24a83
.pre-commit-config.yaml
@@ -3,6 +3,9 @@ repos:
3
rev: v4.4.0
4
hooks:
5
- id: check-yaml
6
+ - id: end-of-file-fixer
7
+ types: [python]
8
+ exclude: Lib/test/coding20731.py
9
- id: trailing-whitespace
10
types_or: [c, python, rst]
11
0 commit comments