Skip to content

Commit

Permalink
Disable some pep8-naming errors for rdflib/plugins/sparql/*
Browse files Browse the repository at this point in the history
Changing these names now will break our interface, so best to just
accept the broken naming there.
  • Loading branch information
aucampia committed May 15, 2022
1 parent 165b3c0 commit 34b5094
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,16 @@ pyflakes = [
"+*",
]
pep8-naming = ["+*"]
"flake8-*" = ["+*"]

[tool.flakeheaven.exceptions."rdflib/plugins/sparql/*"]
pep8-naming = [
"-N802",
"-N803",
"-N806",
"-N812",
"-N816",
"-N801",
]


[tool.black]
Expand Down

0 comments on commit 34b5094

Please sign in to comment.