Skip to content

Commit f330a51

Browse files
committed
fix: ignore_regex moved to darglint section (#18)
1 parent 8f91b06 commit f330a51

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ docstring-quotes = double
99
convention = google
1010
docstring_style = google
1111
strictness = short
12+
13+
[darglint]
1214
ignore_regex = ^_(.*)
1315

1416
[isort]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# Package meta-data.
1010
NAME = "catalyst-codestyle"
11-
VERSION = "21.09"
11+
VERSION = "21.09.1"
1212
DESCRIPTION = "Catalyst.Codestyle"
1313
URL = "https://github.com/catalyst-team/codestyle"
1414

styles/flake8.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ docstring-quotes = "double"
1616
convention = "google"
1717
docstring_style = "google"
1818
strictness = "short"
19+
20+
["setup.cfg".darglint]
1921
ignore_regex = "^_(.*)"
2022

2123
[nitpick.files."setup.cfg"]
22-
comma_separated_values = ["flake8.ignore", "flake8.class_attributes_order"]
24+
comma_separated_values = ["flake8.ignore"]

0 commit comments

Comments
 (0)