Skip to content

Commit ec6cb03

Browse files
Update pre-commit configuration and hook versions
Updated pre-commit hooks and their versions.
1 parent aa11f5b commit ec6cb03

1 file changed

Lines changed: 6 additions & 11 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ repos:
99
- id: double-quote-string-fixer
1010
- id: name-tests-test
1111
- id: requirements-txt-fixer
12-
exclude: "^(kececiaquares/_version.py)$"
12+
exclude: "^(kececicurve/_version.py)$"
1313

1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.15.1
15+
rev: v0.15.12
1616
hooks:
1717
- id: ruff
1818
args: [--fix, --show-fixes]
@@ -43,27 +43,22 @@ repos:
4343
hooks:
4444
- id: autopep8
4545
- repo: https://github.com/PyCQA/flake8
46-
rev: 7.3.0
46+
rev: v7.3.0
4747
hooks:
4848
- id: flake8
4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: v1.19.1
50+
rev: v1.20.02
5151
hooks:
5252
- id: mypy
5353
# Blacken-docs
5454
- repo: https://github.com/adamchainz/blacken-docs
55-
rev: "" # versiyon belirtin
55+
rev: v1.20.0
5656
hooks:
5757
- id: blacken-docs
5858
# Spell checker (codespell veya typos)
5959
- repo: https://github.com/codespell-project/codespell
60-
rev: "" # versiyon belirtin
60+
rev: v2.4.2
6161
hooks:
6262
- id: codespell
63-
# Markdown formatter
64-
- repo: https://github.com/pre-commit/mirrors-prettier
65-
rev: "" # versiyon belirtin
66-
hooks:
67-
- id: prettier
6863
ci:
6964
autoupdate_commit_msg: 'chore: update pre-commit hooks'

0 commit comments

Comments
 (0)