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/python-poetry/poetry: 1.6.1 → 1.6.0](python-poetry/poetry@1.6.1...1.6.0)
- [github.com/asottile/pyupgrade: v3.4.0 → v3.11.0](asottile/pyupgrade@v3.4.0...v3.11.0)
- [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1)
- [github.com/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.5.1](pre-commit/mirrors-mypy@v1.3.0...v1.5.1)
  • Loading branch information
pre-commit-ci[bot] authored Sep 19, 2023
1 parent 14c7adf commit 76fdc09
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ci:

repos:
- repo: https://github.com/python-poetry/poetry
rev: '1.6.1'
rev: '1.6.0'
hooks:
- id: poetry-check
- id: poetry-lock
Expand All @@ -25,7 +25,7 @@ repos:
args: [ "--format=requirements.txt", "--without-hashes", "-o", "requirements-docs.txt", "--only", "docs" ]

- repo: https://github.com/asottile/pyupgrade
rev: v3.4.0
rev: v3.11.0
hooks:
- id: pyupgrade
args: [ --py36-plus ]
Expand Down Expand Up @@ -60,12 +60,12 @@ repos:
- id: detect-private-key

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black

- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
args: [
Expand All @@ -88,7 +88,7 @@ repos:
]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.3.0'
rev: 'v1.5.1'
hooks:
- id: mypy
args: [ --config-file=.mypy.ini ]
Expand Down

0 comments on commit 76fdc09

Please sign in to comment.