Skip to content

Commit ec56b86

Browse files
dependabot[bot]gadomski
authored andcommitted
build(deps-dev): bump ruff from 0.0.291 to 0.0.292
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]>
1 parent 7e0fc68 commit ec56b86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ repos:
1616
- types-tabulate
1717
- types-tqdm
1818
- repo: https://github.com/charliermarsh/ruff-pre-commit
19-
rev: "v0.0.290"
19+
rev: "v0.0.292"
2020
hooks:
2121
- id: ruff

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dev = [
4040
"pytest~=7.3",
4141
"pytest-asyncio~=0.21",
4242
"pytest-cov~=4.1",
43-
"ruff==0.0.291",
43+
"ruff==0.0.292",
4444
"types-aiofiles~=23.1",
4545
"types-python-dateutil~=2.8.19",
4646
"types-tqdm~=4.66.0",

0 commit comments

Comments
 (0)