Skip to content

Commit a49f7ea

Browse files
[pre-commit.ci] pre-commit autoupdate (#236)
<!--pre-commit.ci start--> updates: - [github.com/psf/black: 24.2.0 → 24.3.0](psf/black@24.2.0...24.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.2 → v0.3.4](astral-sh/ruff-pre-commit@v0.3.2...v0.3.4) <!--pre-commit.ci end--> --------- Signed-off-by: Alexander Piskun <bigcat88@icloud.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Alexander Piskun <13381981+bigcat88@users.noreply.github.com>
1 parent 565ca9f commit a49f7ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
)
2525
2626
- repo: https://github.com/psf/black
27-
rev: 24.2.0
27+
rev: 24.3.0
2828
hooks:
2929
- id: black
3030
files: >-
@@ -41,7 +41,7 @@ repos:
4141
- id: pyproject-fmt
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.3.2
44+
rev: v0.3.4
4545
hooks:
4646
- id: ruff
4747

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ lint.extend-ignore = ["D107", "D105", "D203", "D213", "D401", "I001", "RUF100"]
118118
"nc_py_api/ex_app/__init__.py" = ["F401"]
119119

120120
[tool.ruff.lint.extend-per-file-ignores]
121-
"benchmarks/**/*.py" = ["D", "SIM"]
121+
"benchmarks/**/*.py" = ["D", "SIM", "S311"]
122122
"docs/**/*.py" = ["D"]
123123
"examples/**/*.py" = ["D", "S106", "S311"]
124124
"tests/**/*.py" = ["D", "E402", "S", "UP"]

0 commit comments

Comments
 (0)