We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d0ddd commit 9e6cd92Copy full SHA for 9e6cd92
.github/workflows/ci_action.yml
@@ -52,10 +52,8 @@ jobs:
52
53
- name: Install packages
54
run: |
55
- sudo apt-get update
56
- sudo apt-get install -y build-essential libgdal-dev graphviz proj-bin gcc libproj-dev libspatialindex-dev
57
pip install -r requirements-dev.txt --upgrade
58
- python install_all.py -e
+ python install_all.py
59
60
- name: Run pylint
61
run: make pylint
pyproject.toml
@@ -38,7 +38,7 @@ min-similarity-lines = 5
38
valid-metaclass-classmethod-first-arg = "mcs"
39
40
[tool.pylint.exceptions]
41
-overgeneral-exceptions = "Exception"
+overgeneral-exceptions = "builtins.Exception"
42
43
[tool.pylint.refactoring]
44
max-nested-blocks = 7
0 commit comments