Skip to content

Commit 3f0315e

Browse files
authored
chore: updaste .pre-commit-config.yaml and .gitignore (#198)
1 parent a3b3429 commit 3f0315e

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
venv/
22
.venv/
3+
__pycache__/

.pre-commit-config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# https://pre-commit.com/
22
ci:
3-
autofix_commit_msg: 'ci: auto fixes from pre-commit.com hooks'
4-
autoupdate_commit_msg: 'ci: pre-commit autoupdate'
3+
autofix_prs: true
4+
autofix_commit_msg: 'chore: auto fixes from pre-commit.com hooks'
5+
autoupdate_commit_msg: 'chore: pre-commit autoupdate'
56

67
repos:
78
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -25,3 +26,4 @@ repos:
2526
rev: v2.4.2
2627
hooks:
2728
- id: codespell
29+
args: [--ignore-words-list=assertin]

0 commit comments

Comments
 (0)