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/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1)
- [github.com/PyCQA/pylint: v3.0.0a6 → v3.0.0](pylint-dev/pylint@v3.0.0a6...v3.0.0)
- [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.5.1](pre-commit/mirrors-mypy@v1.4.1...v1.5.1)
- [github.com/asottile/pyupgrade: v3.10.1 → v3.14.0](asottile/pyupgrade@v3.10.1...v3.14.0)
- [github.com/astral-sh/ruff-pre-commit: v0.0.281 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.281...v0.0.292)
  • Loading branch information
pre-commit-ci[bot] authored Oct 3, 2023
1 parent a21dc5e commit b4a43ae
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 @@ -6,7 +6,7 @@ ci:

repos:
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
args:
Expand All @@ -17,7 +17,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/PyCQA/pylint
rev: v3.0.0a6
rev: v3.0.0
hooks:
- id: pylint
args:
Expand All @@ -32,7 +32,7 @@ repos:
- gql[aiohttp]~=3.4.1
- pydantic~=2.4.2
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.5.1
hooks:
- id: mypy
name: mypy
Expand All @@ -42,7 +42,7 @@ repos:
- gql[aiohttp]~=3.4.1
- pydantic~=2.4.2
- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
rev: v3.14.0
hooks:
- id: pyupgrade
args:
Expand All @@ -56,7 +56,7 @@ repos:
- --diff
- --check
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.0.281'
rev: 'v0.0.292'
hooks:
- id: ruff
name: ruff
Expand Down

0 comments on commit b4a43ae

Please sign in to comment.