Skip to content

Commit

Permalink
STY: Apply pre-commit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed May 1, 2024
1 parent fc45928 commit 99c8556
Show file tree
Hide file tree
Showing 15 changed files with 10,195 additions and 8,052 deletions.
9 changes: 5 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
exclude: '(v2)/.*'
default_language_version:
python: python3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/ambv/black
rev: 23.1.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
rev: 0.7.1
hooks:
- id: nbstripout
1 change: 1 addition & 0 deletions pyCHX/Badpixels.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Dev@Octo12,2017"""

import numpy as np

damaged_4Mpixel = np.array(
Expand Down
Loading

0 comments on commit 99c8556

Please sign in to comment.