Skip to content

Commit

Permalink
chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0)
- [github.com/pycqa/isort: 5.10.1 → v5.11.3](PyCQA/isort@5.10.1...v5.11.3)
- [github.com/asottile/pyupgrade: v3.3.0 → v3.3.1](asottile/pyupgrade@v3.3.0...v3.3.1)
- [github.com/python-poetry/poetry: 1.2.2 → 1.3.0](python-poetry/poetry@1.2.2...1.3.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 20, 2022
1 parent e0fe088 commit a06da73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:
)$
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black
exclude: |
Expand All @@ -47,7 +47,7 @@ repos:
)$
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: v5.11.3
hooks:
- id: isort
exclude: (cookiecutter/.*|singer_sdk/helpers/_simpleeval/.*)
Expand All @@ -63,7 +63,7 @@ repos:
files: 'singer_sdk/.*'

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.0
rev: v3.3.1
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -74,7 +74,7 @@ repos:
)$
- repo: https://github.com/python-poetry/poetry
rev: 1.2.2
rev: 1.3.0
hooks:
- id: poetry-check
- id: poetry-lock
Expand Down

0 comments on commit a06da73

Please sign in to comment.