Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/pre-commit/mirrors-isorthttps://github.com/PyCQA/isort
- [github.com/PyCQA/isort: v5.8.0 → 5.12.0](PyCQA/isort@v5.8.0...5.12.0)
- https://github.com/python/black.githttps://github.com/psf/black
- [github.com/psf/black: 21.5b2 → 23.9.1](psf/black@21.5b2...23.9.1)
- [github.com/pre-commit/pre-commit-hooks.git: v4.0.1 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.0.1...v4.5.0)
- [github.com/pycqa/flake8: 3.9.2 → 6.1.0](PyCQA/flake8@3.9.2...6.1.0)
- [github.com/adrienverge/yamllint.git: v1.26.1 → v1.32.0](https://github.com/adrienverge/yamllint.git/compare/v1.26.1...v1.32.0)
- [github.com/ansible/ansible-lint.git: v5.0.11 → v6.20.3](https://github.com/ansible/ansible-lint.git/compare/v5.0.11...v6.20.3)
  • Loading branch information
pre-commit-ci[bot] authored Oct 9, 2023
1 parent f5315c9 commit 670ba5b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
repos:
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.8.0
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/python/black.git
rev: 21.5b2
- repo: https://github.com/psf/black
rev: 23.9.1
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.0.1
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -20,7 +20,7 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/pycqa/flake8
rev: 3.9.2
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -30,14 +30,14 @@ repos:
- flake8-docstrings>=1.5.0
language_version: python3
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.26.1
rev: v1.32.0
hooks:
- id: yamllint
files: \.(yaml|yml)$
types: [file, yaml]
entry: yamllint --strict
- repo: https://github.com/ansible/ansible-lint.git
rev: v5.0.11
rev: v6.20.3
hooks:
- id: ansible-lint
always_run: true
Expand Down

0 comments on commit 670ba5b

Please sign in to comment.