Skip to content

Commit 7ab660d

Browse files
committed
🚨 Disable pyroma checking for now
1 parent 2d1e8e1 commit 7ab660d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/linting.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
- tool: "bandit"
3737
command: "python -m bandit --configfile pyproject.toml --recursive ."
3838
deps: "bandit"
39-
# packaging (CheeseShop) compliance
40-
- tool: "pyroma"
41-
command: "pyroma ."
42-
deps: "pyroma"
39+
# # packaging (CheeseShop) compliance [DISABLED, pyroma doesn't support PEP 621 metadata yet]
40+
# - tool: "pyroma"
41+
# command: "pyroma ."
42+
# deps: "pyroma"
4343
# type checking
4444
- tool: "mypy"
4545
command: "mypy --namespace-packages -p compass"

0 commit comments

Comments
 (0)