Skip to content

Commit

Permalink
Fix initialize() call of MicroSimulation class when adaptivity is off…
Browse files Browse the repository at this point in the history
…. Also fix formatter
  • Loading branch information
IshaanDesai committed Apr 2, 2024
1 parent 824028b commit 7ce6b34
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 111 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/check-pep8.yml

This file was deleted.

9 changes: 4 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ repos:
- id: mixed-line-ending
- id: end-of-file-fixer
- id: trailing-whitespace
# autopep8 for Python formatting
- repo: https://github.com/hhatto/autopep8
rev: v2.1.0
# black repo for python formatting
- repo: https://github.com/ambv/black
rev: 22.12.0
hooks:
- id: autopep8
args: [--recursive --diff --aggressive --aggressive --exit-code --ignore E402 --max-line-length 120 .]
- id: black
# isort for python imports
- repo: https://github.com/pycqa/isort
rev: 5.12.0
Expand Down
Loading

0 comments on commit 7ce6b34

Please sign in to comment.