Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#236)
Browse files Browse the repository at this point in the history
<!--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 <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alexander Piskun <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and bigcat88 committed Mar 26, 2024
1 parent 565ca9f commit a49f7ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
)
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.3.0
hooks:
- id: black
files: >-
Expand All @@ -41,7 +41,7 @@ repos:
- id: pyproject-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.2
rev: v0.3.4
hooks:
- id: ruff

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ lint.extend-ignore = ["D107", "D105", "D203", "D213", "D401", "I001", "RUF100"]
"nc_py_api/ex_app/__init__.py" = ["F401"]

[tool.ruff.lint.extend-per-file-ignores]
"benchmarks/**/*.py" = ["D", "SIM"]
"benchmarks/**/*.py" = ["D", "SIM", "S311"]
"docs/**/*.py" = ["D"]
"examples/**/*.py" = ["D", "S106", "S311"]
"tests/**/*.py" = ["D", "E402", "S", "UP"]
Expand Down

0 comments on commit a49f7ea

Please sign in to comment.