Skip to content

Commit 6f60e75

Browse files
committed
version update
1 parent 6aebe3f commit 6f60e75

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: detect-private-key
1010
- id: forbid-submodules
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.8.5
12+
rev: v0.8.6
1313
hooks:
1414
- id: ruff
1515
args: [ --fix ]

pyproject.toml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ setuptools = ">=69.5.1,<76.0.0"
3333
[tool.poetry.dev-dependencies]
3434

3535
[tool.poetry.group.dev.dependencies]
36-
ruff = "^0.8.5"
36+
ruff = "^0.8.6"
3737

3838
[build-system]
3939
requires = ["poetry-core>=1.0.0"]
@@ -42,32 +42,32 @@ build-backend = "poetry.core.masonry.api"
4242
[tool.ruff]
4343
# Exclude a variety of commonly ignored directories.
4444
exclude = [
45-
".bzr",
46-
".direnv",
47-
".eggs",
48-
".git",
49-
".git-rewrite",
50-
".hg",
51-
".ipynb_checkpoints",
52-
".mypy_cache",
53-
".nox",
54-
".pants.d",
55-
".pyenv",
56-
".pytest_cache",
57-
".pytype",
58-
".ruff_cache",
59-
".svn",
60-
".tox",
61-
".venv",
62-
".vscode",
63-
"__pypackages__",
64-
"_build",
65-
"buck-out",
66-
"build",
67-
"dist",
68-
"node_modules",
69-
"site-packages",
70-
"venv",
45+
".bzr",
46+
".direnv",
47+
".eggs",
48+
".git",
49+
".git-rewrite",
50+
".hg",
51+
".ipynb_checkpoints",
52+
".mypy_cache",
53+
".nox",
54+
".pants.d",
55+
".pyenv",
56+
".pytest_cache",
57+
".pytype",
58+
".ruff_cache",
59+
".svn",
60+
".tox",
61+
".venv",
62+
".vscode",
63+
"__pypackages__",
64+
"_build",
65+
"buck-out",
66+
"build",
67+
"dist",
68+
"node_modules",
69+
"site-packages",
70+
"venv",
7171
]
7272

7373
# Same as Black.

0 commit comments

Comments
 (0)