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 cdb1a01 commit 1c196e4Copy full SHA for 1c196e4
.pre-commit-config.yaml
@@ -1,15 +1,15 @@
1
---
2
repos:
3
- - repo: git@github.com:pre-commit/pre-commit-hooks
4
- rev: v4.0.1
+ - repo: https://github.com/pre-commit/pre-commit-hooks
+ rev: v4.4.0
5
hooks:
6
- - id: check-case-conflict
7
- - id: fix-encoding-pragma
8
- - id: check-docstring-first
9
- - id: trailing-whitespace
10
- - id: end-of-file-fixer
11
- id: check-ast
12
- id: check-byte-order-marker
+ - id: check-case-conflict
+ - id: check-docstring-first
13
- id: check-merge-conflict
14
- id: detect-private-key
+ - id: end-of-file-fixer
+ - id: fix-encoding-pragma
15
- id: mixed-line-ending
+ - id: trailing-whitespace
0 commit comments