Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/doc8.git: 0.8.1rc2 → 0.11.1](https://github.com/PyCQA/doc8.git/compare/0.8.1rc2...0.11.1)
- https://github.com/python/blackhttps://github.com/psf/black
- [github.com/psf/black: 19.3b0 → 22.3.0](psf/black@19.3b0...22.3.0)
- [github.com/pre-commit/pre-commit-hooks.git: v2.3.0 → v4.1.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v2.3.0...v4.1.0)
- https://gitlab.com/pycqa/flake8.githttps://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.7.8 → 4.0.1](PyCQA/flake8@3.7.8...4.0.1)
- [github.com/adrienverge/yamllint.git: v1.17.0 → v1.26.3](https://github.com/adrienverge/yamllint.git/compare/v1.17.0...v1.26.3)
- [github.com/codespell-project/codespell.git: v1.16.0 → v2.1.0](https://github.com/codespell-project/codespell.git/compare/v1.16.0...v2.1.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 4, 2022
1 parent ea4eafe commit 96969ee
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,16 +1,16 @@
---
repos:
- repo: https://github.com/PyCQA/doc8.git
rev: 0.8.1rc2
rev: 0.11.1
hooks:
- id: doc8
- repo: https://github.com/python/black
rev: 19.3b0
- repo: https://github.com/psf/black
rev: 22.3.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v2.3.0
rev: v4.1.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -19,21 +19,21 @@ repos:
- id: check-executables-have-shebangs
- id: check-merge-conflict
- id: debug-statements
- repo: https://gitlab.com/pycqa/flake8.git
rev: 3.7.8
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
- id: flake8
additional_dependencies:
- flake8-black
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.17.0
rev: v1.26.3
hooks:
- id: yamllint
files: \.(yaml|yml)$
types: [file, yaml]
entry: yamllint --strict
- repo: https://github.com/codespell-project/codespell.git
rev: v1.16.0
rev: v2.1.0
hooks:
- id: codespell
name: codespell
Expand Down

0 comments on commit 96969ee

Please sign in to comment.