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.
2 parents 1dab7f4 + 5f87617 commit 05c4c0cCopy full SHA for 05c4c0c
.pre-commit-config.yaml
@@ -4,6 +4,9 @@ default_install_hook_types: [pre-commit, commit-msg]
4
default_language_version:
5
python: python3
6
7
+ci:
8
+ autofix_prs: false # Disable autofix for PRs
9
+
10
repos:
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
rev: "v5.0.0"
0 commit comments