Skip to content

Commit

Permalink
Disable tox lint #61
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludee committed Nov 27, 2024
1 parent 9b72344 commit cadb58a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automated-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
pip install tox tox-gh-actions
- name: unit tests
- name: tox unit tests
run: tox -e ${{ matrix.tox-envs }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ select = [

[tool.ruff.lint.isort]
known-first-party = ["pandas_indexing"]
lines-after-imports = 2
lines-after-imports = 2
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ commands =
ruff format --check --diff {posargs:super_repo tests}
ruff check --diff {posargs:super_repo tests docs}




[tool:pytest]
# If a pytest section is found in one of the possible config files
# (pytest.ini, tox.ini or setup.cfg), then pytest will not look for any others,
Expand Down

0 comments on commit cadb58a

Please sign in to comment.