Skip to content

Commit

Permalink
Merge branch 'feature/changing_grids_dt' into feature/add_wave_altern…
Browse files Browse the repository at this point in the history
…ative_grid
  • Loading branch information
mathleur authored Jan 24, 2025
2 parents 4b8f569 + 1b6b1a2 commit 5797fb9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
repos:
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
name: isort (python)

- repo: https://github.com/psf/black
rev: 24.8.0 # Use the latest version of black
hooks:
- id: black

- repo: https://github.com/pycqa/flake8
rev: 7.1.1 # Use the latest version of flake8
hooks:
- id: flake8

0 comments on commit 5797fb9

Please sign in to comment.