We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3547c commit c924201Copy full SHA for c924201
.pre-commit-config.yaml
@@ -57,5 +57,4 @@ repos:
57
pass_filenames: false
58
entry: bash -c 'mypy -p docker-app -p docker-qgis "$@"' --
59
60
-
61
exclude: 'docker-app/qfieldcloud/locale/.*'
ruff.toml
@@ -20,7 +20,7 @@ exclude = [
20
target-version = "py310"
21
22
[lint]
23
-select = ["I"]
+extend-select = ["I"]
24
ignore = []
25
26
[lint.mccabe]
0 commit comments