Skip to content

Commit

Permalink
Major Linting fix. (#183)
Browse files Browse the repository at this point in the history
* sc locpot

* ccd bug

* volumetric data

* get_ediff first

* get_ediff first

* get_ediff first

* lint

* lint

* lint

* lint

* lint

* lint

* lint

* lint

* lint

* lint

* lint
  • Loading branch information
jmmshn authored Apr 22, 2024
1 parent ead9d47 commit c788e64
Show file tree
Hide file tree
Showing 18 changed files with 855 additions and 730 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
cache: pip
cache-dependency-path: pyproject.toml

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
hooks:
# Run the linter.
- id: ruff
args: [ --fix ]
args: [ --fix, --unsafe-fixes]
# Run the formatter.
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down
Loading

0 comments on commit c788e64

Please sign in to comment.