Skip to content

Commit f360637

Browse files
authored
Merge pull request #690 from NLeSC/remove-deprecated-linting-rules
Remove deprecated linting rules from pyproject.toml.jinja
2 parents 98f9e85 + 7e5b892 commit f360637

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

template/pyproject.toml.jinja

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
120120
# Enable Pyflakes `E` and `F` codes by default.
121121
select = ["ALL"]
122122
ignore = [
123-
"ANN101", # Missing type annotation for `self` in method
124-
"ANN102", # Missing type annotation for `cls` in classmethod
125123
"ANN204", # Missing return type annotation for special (dunder) method
126124
"FBT", # Using boolean function arguments
127125
"TD", # TODOs

0 commit comments

Comments
 (0)