Skip to content

Commit

Permalink
Remove following pep8 name convention
Browse files Browse the repository at this point in the history
In several places we do not follow the pep8 naming convention but rather
GraphQL one. We therefore add the N80* linter ignores to disable the
linter for these cases.
  • Loading branch information
agoscinski committed Nov 20, 2024
1 parent e6ca8d2 commit bf53b22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ select = [
'W', # pydocstyle
'F', # pyflakes
'I', # isort
'N', # pep8-naming
'PLC', # pylint-convention
'PLE', # pylint-error
'PLR', # pylint-refactor
Expand Down

0 comments on commit bf53b22

Please sign in to comment.