Skip to content

Commit

Permalink
Upgrading black and other pkgs
Browse files Browse the repository at this point in the history
Upgrading black required us to also upgrade some additional dependencies
in the `pyproject.toml` and `.pre-commit-config.yml`.
  • Loading branch information
jaamarks committed Sep 19, 2024
1 parent 3cfb8b3 commit 267dcde
Show file tree
Hide file tree
Showing 3 changed files with 1,500 additions and 1,391 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
# additional_dependencies:
# - tomli
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8.git
Expand All @@ -31,6 +31,6 @@ repos:
hooks:
- id: isort
- repo: https://github.com/snakemake/snakefmt
rev: v0.8.4
rev: v0.10.2
hooks:
- id: snakefmt
Loading

0 comments on commit 267dcde

Please sign in to comment.