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/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1)
- [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.2.2](astral-sh/ruff-pre-commit@v0.2.0...v0.2.2)
  • Loading branch information
pre-commit-ci[bot] authored and nvictus committed Feb 27, 2024
1 parent 553fc76 commit 87bef27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -13,14 +13,14 @@ repos:
- id: isort

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.1
hooks:
- id: pyupgrade
args:
- --py36-plus

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.0
rev: v0.2.2
hooks:
- id: ruff
args: ["--exit-zero", "src/cooler"]

0 comments on commit 87bef27

Please sign in to comment.