Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jdb78 committed Sep 10, 2023
1 parent 7c775c1 commit 68cd703
Show file tree
Hide file tree
Showing 4 changed files with 2,045 additions and 2,710 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ repos:
- id: check-yaml
- id: check-ast
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.1
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.9.0
hooks:
- id: black
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.6.4
rev: 1.7.0
hooks:
- id: nbqa-black
- id: nbqa-isort
Expand Down
Loading

0 comments on commit 68cd703

Please sign in to comment.