Skip to content

Commit

Permalink
ruff 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Sep 7, 2024
1 parent 3c00512 commit e44ca67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#
# pip-compile --output-file=requirements_lint.txt requirements_lint.in
#
ruff==0.5.7
ruff==0.6.4
# via -r requirements_lint.in
2 changes: 1 addition & 1 deletion tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
from subprocess import run
from tempfile import TemporaryDirectory

from incremental import Version
from twisted.python.filepath import FilePath
from twisted.trial.unittest import TestCase

from build import BuildBackendException, ProjectBuilder
from build.env import DefaultIsolatedEnv
from incremental import Version

TEST_DIR = FilePath(os.path.abspath(os.path.dirname(__file__)))

Expand Down

0 comments on commit e44ca67

Please sign in to comment.