diff options
author | 2023-09-06 14:50:46 +0100 | |
---|---|---|
committer | 2023-09-06 14:50:46 +0100 | |
commit | 30853cc3558a419604f7775b546598f00a2a8598 (patch) | |
tree | ad2310a8b920d386d3f04ef154826da49779cd69 /pyproject.toml | |
parent | Bump HassanAbouelela/actions from setup-python_v1.4.1 to 1.4.2 (#2744) (diff) |
Bump ruff from 0.0.285 to 0.0.287 (#2745)
* Bump ruff from 0.0.285 to 0.0.287
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.285 to 0.0.287.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.0.285...v0.0.287)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
* Update bot to comply with ruff 0.0.287 linting rules
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joe Banks <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 2b5a8638c..086e12055 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pytest = "7.4.1" pytest-cov = "4.1.0" pytest-subtests = "0.11.0" pytest-xdist = "3.3.1" -ruff = "0.0.285" +ruff = "0.0.287" taskipy = "1.12.0" |