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 b399d1a commit db1025dCopy full SHA for db1025d
.github/workflows/linting.yml
@@ -36,10 +36,10 @@ jobs:
36
- tool: "bandit"
37
command: "python -m bandit --configfile pyproject.toml --recursive ."
38
deps: "bandit toml"
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