diff --git a/.all-contributorsrc b/.all-contributorsrc index c9b7c9b..8341a3b 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -3,9 +3,7 @@ "projectOwner": "34j", "repoType": "github", "repoHost": "https://github.com", - "files": [ - "README.md" - ], + "files": ["README.md"], "imageSize": 80, "commit": true, "commitConvention": "angular", @@ -15,19 +13,14 @@ "name": "34j", "avatar_url": "https://avatars.githubusercontent.com/u/55338215?v=4", "profile": "https://github.com/34j", - "contributions": [ - "code" - ] + "contributions": ["code"] }, { "login": "shvchk", "name": "Andrei Shevchuk", "avatar_url": "https://avatars.githubusercontent.com/u/872945?v=4", "profile": "https://github.com/shvchk", - "contributions": [ - "bug", - "code" - ] + "contributions": ["bug", "code"] } ], "contributorsPerLine": 7, diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 10f9fc5..8340565 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks exclude: "CHANGELOG.md|.copier-answers.yml" -default_stages: [commit] +default_stages: [pre-commit] ci: autofix_commit_msg: "chore(pre-commit.ci): auto fixes" @@ -9,12 +9,12 @@ ci: repos: - repo: https://github.com/commitizen-tools/commitizen - rev: v3.31.0 + rev: v4.9.1 hooks: - id: commitizen stages: [commit-msg] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: debug-statements - id: check-builtin-literals @@ -28,11 +28,11 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/python-poetry/poetry - rev: 1.8.5 + rev: 2.2.1 hooks: - id: poetry-check - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.7.1 + rev: v4.0.0-alpha.8 hooks: - id: prettier args: ["--tab-width", "2"] @@ -46,11 +46,11 @@ repos: hooks: - id: autoflake - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + rev: 6.1.0 hooks: - id: isort - - repo: https://github.com/psf/black - rev: 23.12.1 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.9.0 hooks: - id: black - repo: https://github.com/codespell-project/codespell @@ -58,11 +58,11 @@ repos: hooks: - id: codespell - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.3.0 hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.991 + rev: v1.18.2 hooks: - id: mypy additional_dependencies: []