Skip to content

Commit 2c4b4d5

Browse files
committed
Adding convention (C) and flake8-logging (LOG)
@bnb32 any other rule that you would like to include?
1 parent 57ff41c commit 2c4b4d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ task-tags = ["TODO", "FIXME", "XXX"]
8484
select = [
8585
"A", # flake8-builtins
8686
"ARG", # flake8-unused-arguments
87+
"C",
8788
"C4", # flake8-comprehensions
8889
"C90", # mccabe
8990
"COM", # flake8-commas
@@ -95,6 +96,7 @@ select = [
9596
"F401", # unused-import
9697
"G", # flake8-logging-format
9798
"I", # isort
99+
"LOG",
98100
"N", # pep8-naming
99101
"NPY", # numpy-specific
100102
"PL", # Pylint

0 commit comments

Comments
 (0)