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 a3b3429 commit 3f0315eCopy full SHA for 3f0315e
2 files changed
.gitignore
@@ -1,2 +1,3 @@
1
venv/
2
.venv/
3
+__pycache__/
.pre-commit-config.yaml
@@ -1,7 +1,8 @@
# https://pre-commit.com/
ci:
- autofix_commit_msg: 'ci: auto fixes from pre-commit.com hooks'
4
- autoupdate_commit_msg: 'ci: pre-commit autoupdate'
+ autofix_prs: true
+ autofix_commit_msg: 'chore: auto fixes from pre-commit.com hooks'
5
+ autoupdate_commit_msg: 'chore: pre-commit autoupdate'
6
7
repos:
8
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -25,3 +26,4 @@ repos:
25
26
rev: v2.4.2
27
hooks:
28
- id: codespell
29
+ args: [--ignore-words-list=assertin]
0 commit comments