We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f437f57 commit c542b72Copy full SHA for c542b72
.pre-commit-config.yaml
@@ -1,6 +1,7 @@
1
---
2
ci:
3
autoupdate_schedule: quarterly
4
+ default_language_version: python3.11
5
6
repos:
7
- repo: https://github.com/asottile/add-trailing-comma.git
@@ -94,7 +95,6 @@ repos:
94
95
additional_dependencies:
96
- flake8-2020 ~= 1.7.0
97
- flake8-pytest-style ~= 1.6.0
- language_version: python3
98
99
- repo: https://github.com/PyCQA/flake8.git
100
# NOTE: This is kept at v4 for until WPS starts supporting flake v5.
@@ -127,8 +127,7 @@ repos:
127
- --select
128
- WPS
129
130
- - wemake-python-styleguide ~= 0.16.1
131
+ - wemake-python-styleguide ~= 0.17.0
132
133
- repo: https://github.com/PyCQA/pylint.git
134
rev: v3.0.0a6
0 commit comments