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 a280c92 commit a52bd29Copy full SHA for a52bd29
2 files changed
.pre-commit-config.yaml
@@ -112,6 +112,11 @@ repos:
112
- --fix
113
- id: ruff-format
114
115
+- repo: https://github.com/wemake-services/wemake-python-styleguide
116
+ rev: 6d4ca2bdc16b3098422a2770728136fc0751b817 # frozen: 1.1.0
117
+ hooks:
118
+ - id: wemake-python-styleguide
119
+
120
- repo: https://github.com/pre-commit/mirrors-mypy.git
121
rev: 7010b10a09f65cd60a23c207349b539aa36dbec1 # frozen: v1.16.0
122
hooks:
ruff.toml
@@ -17,6 +17,7 @@ convention = "pep257"
17
[lint]
18
select = ["ALL"]
19
preview = true
20
+external = ["WPS"] # Do not remove noqa for wemake-python-style (WPS) checks
21
ignore = [
22
"CPY001", # Skip copyright notice requirement at top of files
23
]
0 commit comments