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/pycqa/isort: 5.9.3 → v5.11.3](PyCQA/isort@5.9.3...v5.11.3)
- [github.com/psf/black: 21.9b0 → 22.12.0](psf/black@21.9b0...22.12.0)
- https://github.com/ikamensh/flynt/: 0.69 → 0.77
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.4.0](pre-commit/pre-commit-hooks@v4.0.1...v4.4.0)
- [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0)
- [github.com/codespell-project/codespell: v2.1.0 → v2.2.2](codespell-project/codespell@v2.1.0...v2.2.2)
  • Loading branch information
pre-commit-ci[bot] authored Dec 19, 2022
1 parent e9140bd commit 55d47d9
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
@@ -1,23 +1,23 @@
repos:
- repo: https://github.com/pycqa/isort
rev: 5.9.3
rev: v5.11.3
hooks:
- id: isort
args: [--profile, black]

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

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

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.4.0
hooks:
- id: trailing-whitespace
exclude: ^airflow/dags/(tables|factory|queries)/
Expand All @@ -33,12 +33,12 @@ repos:
exclude: ^(|airflow/)cloudformation/

- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 6.0.0
hooks:
- id: flake8

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

0 comments on commit 55d47d9

Please sign in to comment.