Bump ruff from 0.3.7 to 0.4.1

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.7 to 0.4.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/v0.3.7...v0.4.1)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-04-20 15:56:46 +00:00
committed by GitHub
parent 11c788e690
commit f0ca9ad700
2 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ pytest-cov = "^5.0.0"
pytest-datafiles = "^3.0.0"
pytest-xdist = "^3.4.0"
rich = "^13.6.0"
ruff = "^0.3.0"
ruff = "^0.4.1"
[tool.ruff]
# Enable pycodestyle (`E`) and Pyflakes (`F`) codes by default.