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 08aa916 commit 5f87617Copy full SHA for 5f87617
.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