Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
⬆️ auto update by pre-commit-ci
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 23.11.0 → 24.1.1](psf/black@23.11.0...24.1.1)
- [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.2.0](astral-sh/ruff-pre-commit@v0.1.6...v0.2.0)
  • Loading branch information
pre-commit-ci[bot] authored Feb 5, 2024
1 parent d20ca27 commit 97a2349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ ci:

repos:
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.1.1
hooks:
- id: black
exclude: ^hertavilla/ws/pb/

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.6
rev: v0.2.0
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
Expand Down

0 comments on commit 97a2349

Please sign in to comment.