Skip to content

Commit

Permalink
added exclude for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Apr 4, 2024
1 parent 9d8342b commit bbfc181
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ deps =
ruff
skip_install = true
commands =
black src/ tests/
ruff --fix src/ tests/
black src/ tests/ --exclude src/oaklib/datamodels/*
ruff --fix src/ tests/ --exclude src/oaklib/datamodels
description = Run linters.

# This is used for QC checks.
Expand All @@ -51,7 +51,7 @@ deps =
ruff
skip_install = true
commands =
ruff check src/ tests/
ruff check src/ tests/ --exclude src/oaklib/datamodels
description = Run linters.

[testenv:codespell]
Expand Down

0 comments on commit bbfc181

Please sign in to comment.