Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#2)
Browse files Browse the repository at this point in the history
updates:
- https://github.com/ambv/blackhttps://github.com/psf/black
- [github.com/psf/black: 21.7b0 → 21.9b0](psf/black@21.7b0...21.9b0)
- https://github.com/ikamensh/flynt/: 0.63 → 0.69
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1)
- [github.com/codespell-project/codespell: v1.16.0 → v2.1.0](codespell-project/codespell@v1.16.0...v2.1.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Oct 11, 2021
1 parent 62cf956 commit e9140bd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ repos:
- id: isort
args: [--profile, black]

- repo: https://github.com/ambv/black
rev: 21.7b0
- repo: https://github.com/psf/black
rev: 21.9b0
hooks:
- id: black
args: [--line-length=120]

- repo: https://github.com/ikamensh/flynt/
rev: '0.63'
rev: '0.69'
hooks:
- id: flynt

Expand All @@ -32,13 +32,13 @@ repos:
- id: check-yaml
exclude: ^(|airflow/)cloudformation/

- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
- id: flake8

- repo: https://github.com/codespell-project/codespell
rev: v1.16.0
rev: v2.1.0
hooks:
- id: codespell
description: Checks for common misspellings in text files.
Expand Down

0 comments on commit e9140bd

Please sign in to comment.