Skip to content

Commit

Permalink
update pre-commits
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Sep 5, 2023
1 parent 38e9c18 commit d3c7976
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 @@ -25,18 +25,18 @@ repos:
language_version: python3

- repo: https://github.com/asottile/add-trailing-comma
rev: v3.0.1
rev: v3.1.0
hooks:
- id: add-trailing-comma


- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.281
rev: v0.0.287
hooks:
- id: ruff

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 0.13.0
rev: 1.1.0
hooks:
- id: pyproject-fmt

Expand Down

0 comments on commit d3c7976

Please sign in to comment.