Skip to content

Commit

Permalink
Create .pre-commit-config.yaml (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
eurunuela authored Sep 22, 2023
1 parent efe7cdb commit 133b3b5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 23.9.1
hooks:
- id: black
files: ^tedana/
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
files: ^tedana/

0 comments on commit 133b3b5

Please sign in to comment.