diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3a68aba..5f8ea88 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -10,12 +10,12 @@ repos: - id: check-added-large-files - id: mixed-line-ending - repo: https://github.com/executablebooks/mdformat - rev: 0.7.14 + rev: 0.7.16 hooks: - id: mdformat exclude: cruft-update-template.md - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.4.0 + rev: v2.8.0 hooks: - id: pretty-format-yaml args: [--autofix] diff --git a/{{cookiecutter.project_name}}/.pre-commit-config-weekly.yaml b/{{cookiecutter.project_name}}/.pre-commit-config-weekly.yaml index 9dd9362..b55f24f 100644 --- a/{{cookiecutter.project_name}}/.pre-commit-config-weekly.yaml +++ b/{{cookiecutter.project_name}}/.pre-commit-config-weekly.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/cruft/cruft - rev: 2.11.0 + rev: 2.15.0 hooks: - id: cruft entry: cruft update -y diff --git a/{{cookiecutter.project_name}}/.pre-commit-config.yaml b/{{cookiecutter.project_name}}/.pre-commit-config.yaml index 94432db..36b50ac 100644 --- a/{{cookiecutter.project_name}}/.pre-commit-config.yaml +++ b/{{cookiecutter.project_name}}/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -11,36 +11,36 @@ repos: - id: debug-statements - id: mixed-line-ending - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 23.3.0 hooks: - id: black - repo: https://github.com/keewis/blackdoc - rev: v0.3.5 + rev: v0.3.8 hooks: - id: blackdoc additional_dependencies: [black==22.3.0] - repo: https://github.com/PyCQA/flake8 - rev: 5.0.0 + rev: 6.0.0 hooks: - id: flake8 - repo: https://github.com/executablebooks/mdformat - rev: 0.7.14 + rev: 0.7.16 hooks: - id: mdformat exclude: cruft-update-template.md - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.4.0 + rev: v2.8.0 hooks: - id: pretty-format-yaml args: [--autofix, --preserve-quotes] - id: pretty-format-toml args: [--autofix] - repo: https://github.com/PyCQA/pydocstyle.git - rev: 6.1.1 + rev: 6.3.0 hooks: - id: pydocstyle additional_dependencies: [toml]