Skip to content

Commit

Permalink
bump to latest ruff, nbqa
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Jan 25, 2023
1 parent 2de0252 commit 99a5d0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ repos:
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.230
rev: v0.0.233
hooks:
- id: ruff
args:
- --quiet
- --fix
# ----- Jupyter Notebooks -----
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.6.0
rev: 1.6.1
hooks:
- id: nbqa-black
- id: nbqa-ruff # ruff handles isort
Expand Down

0 comments on commit 99a5d0a

Please sign in to comment.