diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3a68aba..92dde33 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.5.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..fed2898 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.11.1 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..0a798e2 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,29 +11,29 @@ repos: - id: debug-statements - id: mixed-line-ending - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.11.4 hooks: - id: isort - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 22.12.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.5.0 hooks: - id: pretty-format-yaml args: [--autofix, --preserve-quotes]