Skip to content

Commit 7652e75

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d20aac0 commit 7652e75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ dependencies = [
5858
"platformdirs>=4.3.8",
5959
"pluggy>=1.6",
6060
"pyproject-api>=1.9.1",
61-
"tomli>=2.2.1; python_version < '3.11'",
62-
"typing-extensions>=4.14; python_version < '3.11'",
61+
"tomli>=2.2.1; python_version<'3.11'",
62+
"typing-extensions>=4.14; python_version<'3.11'",
6363
"virtualenv>=20.31.2",
6464
]
6565
urls.Documentation = "https://tox.wiki"
@@ -93,7 +93,7 @@ test = [
9393
"pytest-xdist>=3.8",
9494
"re-assert>=1.1",
9595
"setuptools>=80.9",
96-
"time-machine>=2.16; implementation_name != 'pypy'",
96+
"time-machine>=2.16; implementation_name!='pypy'",
9797
"wheel>=0.46.1",
9898
]
9999
type = [

0 commit comments

Comments
 (0)