Skip to content

Commit

Permalink
chore: adopted black as code formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed Sep 25, 2023
1 parent fb9e380 commit 29fa958
Show file tree
Hide file tree
Showing 62 changed files with 961 additions and 630 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ repos:
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/psf/black
rev: 22.3.0
hooks:
- id: black
exclude: ^doc/examples_sphinx-gallery/
language_version: python3
Loading

0 comments on commit 29fa958

Please sign in to comment.