Skip to content

Commit

Permalink
maint: Skip linting tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Sep 11, 2023
1 parent d528db5 commit 46680e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ exclude_lines = [

[tool.hatch.envs.default.scripts]
fix = "ruff --fix ."
lint = "ruff src/cooler tests"
lint = "ruff src/cooler" #tests
test = "pytest ."
docs = "sphinx-autobuild docs docs/_build/html"

0 comments on commit 46680e6

Please sign in to comment.