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: 24.1.1 → 24.3.0](psf/black@24.1.1...24.3.0)
- [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2)
- [github.com/codingjoe/relint: 3.1.0 → 3.1.1](codingjoe/relint@3.1.0...3.1.1)
  • Loading branch information
pre-commit-ci[bot] authored Apr 1, 2024
1 parent 30d8ff0 commit a51dcc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ci:

repos:
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.3.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
Expand All @@ -29,7 +29,7 @@ repos:
# hooks:
# - id: flake8
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py39-plus]
Expand All @@ -43,7 +43,7 @@ repos:
# tomli # to read config from pyproject.toml
# ]
- repo: https://github.com/codingjoe/relint
rev: 3.1.0
rev: 3.1.1
hooks:
- id: relint
args: [-W] # to fail on warnings
Expand Down

0 comments on commit a51dcc8

Please sign in to comment.