Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae70dd4 commit 4327ddcCopy full SHA for 4327ddc
2 files changed
.pre-commit-config.yaml
@@ -0,0 +1,14 @@
1
+repos:
2
+ - repo: https://github.com/psf/black
3
+ rev: 21.11b1
4
+ hooks:
5
+ - id: black
6
+ language_version: python3.9
7
+
8
+ci:
9
+ autofix_commit_msg: '[pre-commit.ci] auto fixes from pre-commit.com hooks'
10
+ autofix_prs: true
11
+ autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
12
+ autoupdate_schedule: weekly
13
+ skip: []
14
+ submodules: false
pyproject.toml
@@ -4,7 +4,7 @@ include = '\.pyi?$'
skip-magic-trailing-comma = true
experimental-string-processing = true
-exclude = '''
+force-exclude = '''
/(
\.git
| \.mypy_cache
0 commit comments