aboutsummaryrefslogtreecommitdiff
path: root/pylint.toml
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2022-11-20 00:43:16 +0100
committerDaniel Schadt <kingdread@gmx.de>2022-11-20 00:43:16 +0100
commitb117ddcde172c4a9c2c377ac5aa08f5ede345f2d (patch)
tree87eb96d960c8df04eed0f4e2191bc6044fa9e773 /pylint.toml
parent97835c471bc10bd20e1253e1bbfd71e5e71b2883 (diff)
parent20fd6620deb79f214cd2b7c9474b5df0d2fbda5b (diff)
downloadfietsboek-b117ddcde172c4a9c2c377ac5aa08f5ede345f2d.tar.gz
fietsboek-b117ddcde172c4a9c2c377ac5aa08f5ede345f2d.tar.bz2
fietsboek-b117ddcde172c4a9c2c377ac5aa08f5ede345f2d.zip
Merge branch 'tile-proxy'
Diffstat (limited to 'pylint.toml')
-rw-r--r--pylint.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint.toml b/pylint.toml
index 7495cf7..9e3a63c 100644
--- a/pylint.toml
+++ b/pylint.toml
@@ -149,7 +149,7 @@ function-naming-style = "snake_case"
# function-rgx =
# Good variable names which should always be accepted, separated by a comma.
-good-names = ["i", "j", "k", "ex", "Run", "_", "id"]
+good-names = ["i", "j", "k", "ex", "Run", "_", "id", "x", "y", "z"]
# Good variable names regexes, separated by a comma. If names match any regex,
# they will always be accepted