Skip to content

Commit

Permalink
build(deps-dev): bump ruff from 0.0.291 to 0.0.292
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.291 to 0.0.292.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](astral-sh/ruff@v0.0.291...v0.0.292)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored and gadomski committed Oct 9, 2023
1 parent 7e0fc68 commit ec56b86
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -16,6 +16,6 @@ repos:
- types-tabulate
- types-tqdm
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.290"
rev: "v0.0.292"
hooks:
- id: ruff
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ dev = [
"pytest~=7.3",
"pytest-asyncio~=0.21",
"pytest-cov~=4.1",
"ruff==0.0.291",
"ruff==0.0.292",
"types-aiofiles~=23.1",
"types-python-dateutil~=2.8.19",
"types-tqdm~=4.66.0",

0 comments on commit ec56b86

Please sign in to comment.