Skip to content

Commit

Permalink
build: bump dependencies (#70)
Browse files Browse the repository at this point in the history
* docs: update min python version in readme

* build: bump dependencies

* lint: fix ruff issues
  • Loading branch information
blinjrm authored Dec 6, 2023
1 parent 84ea718 commit 2ef9763
Show file tree
Hide file tree
Showing 4 changed files with 705 additions and 673 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ repos:
args: [--in-place, --wrap-summaries=115, --wrap-descriptions=120]

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.292
rev: v0.1.7
hooks:
- id: ruff
args: [--fix]

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.11.0
hooks:
- id: black
args: [--line-length=120]
Loading

0 comments on commit 2ef9763

Please sign in to comment.