Pin Ruff to major semantic version 0.1.x

Upgrading to 0.3.0+ requires code style changes to the code base.
This commit is contained in:
Justin Mayer 2024-03-12 11:57:46 +01:00
commit 7c7c9355b6

View file

@ -95,7 +95,7 @@ dev = [
"pytest-xdist>=3.4.0",
"tox>=4.11.3",
"invoke>=2.2.0",
"ruff>=0.1.5",
"ruff>=0.1.5,<0.2.0",
"tomli>=2.0.1; python_version < \"3.11\"",
]