* Bump ruff from 0.6.9 to 0.7.1
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.9 to 0.7.1.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.9...0.7.1)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* lint
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
def create_tempfile():
"""Return a (named) temporary file."""
+ # ruff: noqa: SIM115
if platform.system() == "Linux":
return memory_tempfile.MemoryTempfile(fallback=True).NamedTemporaryFile(buffering=0)
return tempfile.NamedTemporaryFile(buffering=0)
"pytest-cov==5.0.0",
"syrupy==4.7.2",
"tomli==2.0.2",
- "ruff==0.6.9",
+ "ruff==0.7.1",
]
[project.scripts]