File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ docstring-quotes = double
99convention = google
1010docstring_style = google
1111strictness = short
12+
13+ [darglint]
1214ignore_regex = ^_(.*)
1315
1416[isort]
Original file line number Diff line number Diff line change 88
99# Package meta-data.
1010NAME = "catalyst-codestyle"
11- VERSION = "21.09"
11+ VERSION = "21.09.1 "
1212DESCRIPTION = "Catalyst.Codestyle"
1313URL = "https://github.com/catalyst-team/codestyle"
1414
Original file line number Diff line number Diff line change @@ -16,7 +16,9 @@ docstring-quotes = "double"
1616convention = " google"
1717docstring_style = " google"
1818strictness = " short"
19+
20+ ["setup .cfg" .darglint ]
1921ignore_regex = " ^_(.*)"
2022
2123[nitpick .files ."setup .cfg" ]
22- comma_separated_values = [" flake8.ignore" , " flake8.class_attributes_order " ]
24+ comma_separated_values = [" flake8.ignore" ]
You can’t perform that action at this time.
0 commit comments