Skip to content

Commit d908258

Browse files
pre-commit-ci[bot]bigcat88
andauthoredOct 24, 2024··
[pre-commit.ci] pre-commit autoupdate (#311)
<!--pre-commit.ci start--> updates: - [github.com/tox-dev/pyproject-fmt: 2.3.0 → 2.4.3](tox-dev/pyproject-fmt@2.3.0...2.4.3) - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.0](astral-sh/ruff-pre-commit@v0.6.9...v0.7.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.12.1](pre-commit/mirrors-mypy@v1.11.2...v1.12.1) <!--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 6bd0553 commit d908258

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed
 

Diff for: ‎.pre-commit-config.yaml

+2-9
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,15 @@ repos:
3636
)
3737
3838
- repo: https://github.com/tox-dev/pyproject-fmt
39-
rev: 2.3.0
39+
rev: 2.4.3
4040
hooks:
4141
- id: pyproject-fmt
4242

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

48-
- repo: https://github.com/pre-commit/mirrors-mypy
49-
rev: v1.11.2
50-
hooks:
51-
- id: mypy
52-
files: nc_py_api/
53-
additional_dependencies: [pytest]
54-
5548
- repo: local
5649
hooks:
5750
- id: pylint

Diff for: ‎pyproject.toml

-8
Original file line numberDiff line numberDiff line change
@@ -248,11 +248,3 @@ exclude_lines = [
248248
"DeprecationWarning",
249249
"DEPRECATED",
250250
]
251-
252-
[tool.mypy]
253-
ignore_missing_imports = false
254-
warn_unreachable = true
255-
warn_no_return = true
256-
strict_optional = true
257-
check_untyped_defs = true
258-
show_error_codes = true

0 commit comments

Comments
 (0)
Please sign in to comment.