Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen committed Apr 19, 2023
1 parent 78b2b1c commit 855b46e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ default_language_version:
python: python3.8
repos:
- repo: https://github.com/psf/black
rev: '22.1.0'
rev: '23.3.0'
hooks:
- id: black
- repo: https://github.com/Pierre-Sassoulas/black-disable-checker
rev: '1.0.1'
rev: 'v1.1.3'
hooks:
- id: black-disable-checker
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.261'
hooks:
- id: ruff
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.4.0
hooks:
# all files should end with an empty line (for one, it minimizes the diffs)
- id: end-of-file-fixer
Expand Down Expand Up @@ -53,7 +53,7 @@ repos:
- id: check-case-conflict
- id: check-merge-conflict
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.9.0
rev: v1.10.0
hooks:
- id: rst-directive-colons
- id: rst-inline-touching-normal
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dynamic = ["version", "description"]

[project.optional-dependencies]
dev = [
"black==22.1.0",
"black==23.3.0",
"ruff==0.0.261",
]

Expand Down

0 comments on commit 855b46e

Please sign in to comment.