Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/adrienverge/yamllint: v1.31.0 → v1.35.1](adrienverge/yamllint@v1.31.0...v1.35.1)
- [github.com/codespell-project/codespell: v2.2.4 → v2.3.0](codespell-project/codespell@v2.2.4...v2.3.0)
- [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- https://github.com/pre-commit/mirrors-yapfhttps://github.com/google/yapf
- [github.com/google/yapf: v0.32.0 → v0.40.2](google/yapf@v0.32.0...v0.40.2)
- https://github.com/myint/docformatterhttps://github.com/PyCQA/docformatter
- [github.com/PyCQA/docformatter: v1.6.5 → v1.7.5](PyCQA/docformatter@v1.6.5...v1.7.5)
- [github.com/pycqa/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1)
- [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.11.2](pre-commit/mirrors-mypy@v1.2.0...v1.11.2)
  • Loading branch information
pre-commit-ci[bot] authored and bouweandela committed Sep 18, 2024
1 parent 43f9e3b commit 46bef5c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exclude: |
^esmvalcore/preprocessor/ne_masks/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -22,33 +22,33 @@ repos:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
- repo: https://github.com/adrienverge/yamllint
rev: 'v1.31.0'
rev: 'v1.35.1'
hooks:
- id: yamllint
- repo: https://github.com/codespell-project/codespell
rev: 'v2.2.4'
rev: 'v2.3.0'
hooks:
- id: codespell
- repo: https://github.com/PyCQA/isort
rev: '5.12.0'
rev: '5.13.2'
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-yapf
rev: 'v0.32.0'
- repo: https://github.com/google/yapf
rev: 'v0.40.2'
hooks:
- id: yapf
additional_dependencies:
- 'toml'
- repo: https://github.com/myint/docformatter
rev: 'v1.6.5'
- repo: https://github.com/PyCQA/docformatter
rev: 'v1.7.5'
hooks:
- id: docformatter
- repo: https://github.com/pycqa/flake8
rev: '6.0.0'
rev: '7.1.1'
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.2.0'
rev: 'v1.11.2'
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit 46bef5c

Please sign in to comment.