Skip to content

Commit

Permalink
[neophile] Update dependencies
Browse files Browse the repository at this point in the history
- Update pre-commit/pre-commit-hooks pre-commit hook from v4.5.0 to v4.6.0
- Update astral-sh/ruff-pre-commit pre-commit hook from v0.0.292 to v0.5.0
- Update psf/black pre-commit hook from 23.9.1 to 24.4.2
- Update adamchainz/blacken-docs pre-commit hook from 1.16.0 to 1.18.0
  • Loading branch information
neophile-square[bot] committed Jul 1, 2024
1 parent 8c9a34a commit 86202d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-merge-conflict
- id: check-yaml
- id: check-toml
- id: trailing-whitespace

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

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 24.4.2
hooks:
- id: black

- repo: https://github.com/adamchainz/blacken-docs
rev: 1.16.0
rev: 1.18.0
hooks:
- id: blacken-docs
additional_dependencies: [black==23.9.1]
Expand Down

0 comments on commit 86202d8

Please sign in to comment.