Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Ramirez <dr01191115@gmail.com>
  • Loading branch information
henryiii and DiddiLeija authored Jan 13, 2025
1 parent a69e89e commit 9967bd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
- id: pyproject-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.0
rev: v0.9.1
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_tox_to_nox.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ def test_commands_with_requirements(makeconfig: Callable[[str], str]) -> None:
@nox.session(python='python3.13')
def aiohttp(session):
session.install('pytest', 'pytest-cov', '-rrequirements/aiohttp.txt')
session.install('pytest', 'pytest-cov', '-r', 'requirements/aiohttp.txt')
session.install('-e', '.')
""").lstrip()
)

0 comments on commit 9967bd5

Please sign in to comment.