Skip to content

Commit

Permalink
Fix flake8 in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrattli committed Dec 13, 2022
1 parent 592869b commit a138cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
- hooks:
- id: flake8
exclude: (^docs/|^examples/|^notebooks/|^tests/)
repo: https://gitlab.com/pycqa/flake8
repo: https://github.com/PyCQA/flake8
rev: 3.9.2
- hooks:
- id: pyright
Expand Down

0 comments on commit a138cca

Please sign in to comment.