Skip to content

Commit

Permalink
adds - repo: https://github.com/psf/black in pre-commit-yml #44
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed Apr 1, 2024
1 parent 8243422 commit 763d3f0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,15 @@ repos:
- id: isort
exclude: doc/data/messages/
exclude: 'data/.*|docs/.*|notebooks/.*|dependencies/.*'
- repo: local
- repo: https://github.com/psf/black
rev: 24.2.0
hooks:
- id: black
name: black
entry: black
language: system
types: [python]
- repo: local
hooks:
- id: pylint
name: pylint
Expand Down

0 comments on commit 763d3f0

Please sign in to comment.