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 2d1e8e1 commit 7ab660dCopy full SHA for 7ab660d
.github/workflows/linting.yml
@@ -36,10 +36,10 @@ jobs:
36
- tool: "bandit"
37
command: "python -m bandit --configfile pyproject.toml --recursive ."
38
deps: "bandit"
39
- # packaging (CheeseShop) compliance
40
- - tool: "pyroma"
41
- command: "pyroma ."
42
- deps: "pyroma"
+# # packaging (CheeseShop) compliance [DISABLED, pyroma doesn't support PEP 621 metadata yet]
+# - tool: "pyroma"
+# command: "pyroma ."
+# deps: "pyroma"
43
# type checking
44
- tool: "mypy"
45
command: "mypy --namespace-packages -p compass"
0 commit comments