diff options
author | Daniel Schadt <kingdread@gmx.de> | 2022-11-17 18:47:38 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2022-11-17 18:47:38 +0100 |
commit | 55aad97b75351b671e7c3ab3a05c43d2decc05c5 (patch) | |
tree | 40675e1db1bd083bafcda01c4290b8337184aa11 /pylint.toml | |
parent | 3eb21aaf91e9201c54f0cfe5b16b99f5975bf698 (diff) | |
download | fietsboek-55aad97b75351b671e7c3ab3a05c43d2decc05c5.tar.gz fietsboek-55aad97b75351b671e7c3ab3a05c43d2decc05c5.tar.bz2 fietsboek-55aad97b75351b671e7c3ab3a05c43d2decc05c5.zip |
initial support for proxying OSM tiles
Diffstat (limited to 'pylint.toml')
-rw-r--r-- | pylint.toml | 2 |
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 |