Skip to content

Commit c542b72

Browse files
committed
Bump WPS flake8 plugin set to v0.17.0
1 parent f437f57 commit c542b72

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.pre-commit-config.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
ci:
33
autoupdate_schedule: quarterly
4+
default_language_version: python3.11
45

56
repos:
67
- repo: https://github.com/asottile/add-trailing-comma.git
@@ -94,7 +95,6 @@ repos:
9495
additional_dependencies:
9596
- flake8-2020 ~= 1.7.0
9697
- flake8-pytest-style ~= 1.6.0
97-
language_version: python3
9898

9999
- repo: https://github.com/PyCQA/flake8.git
100100
# NOTE: This is kept at v4 for until WPS starts supporting flake v5.
@@ -127,8 +127,7 @@ repos:
127127
- --select
128128
- WPS
129129
additional_dependencies:
130-
- wemake-python-styleguide ~= 0.16.1
131-
language_version: python3
130+
- wemake-python-styleguide ~= 0.17.0
132131

133132
- repo: https://github.com/PyCQA/pylint.git
134133
rev: v3.0.0a6

0 commit comments

Comments
 (0)