Skip to content

Commit

Permalink
🚨 Disable pyroma checking for now
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Dec 28, 2021
1 parent b399d1a commit db1025d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
- tool: "bandit"
command: "python -m bandit --configfile pyproject.toml --recursive ."
deps: "bandit toml"
# packaging (CheeseShop) compliance
- tool: "pyroma"
command: "pyroma ."
deps: "pyroma"
# # packaging (CheeseShop) compliance [DISABLED, pyroma doesn't support PEP 621 metadata yet]
# - tool: "pyroma"
# command: "pyroma ."
# deps: "pyroma"
# type checking
- tool: "mypy"
command: "mypy --namespace-packages -p compass"
Expand Down

0 comments on commit db1025d

Please sign in to comment.