Skip to content

Commit c788e64

Browse files
authored
Major Linting fix. (#183)
* 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
1 parent ead9d47 commit c788e64

18 files changed

+855
-730
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-python@v4
1818
with:
19-
python-version: "3.10"
19+
python-version: "3.11"
2020
cache: pip
2121
cache-dependency-path: pyproject.toml
2222

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
hooks:
88
# Run the linter.
99
- id: ruff
10-
args: [ --fix ]
10+
args: [ --fix, --unsafe-fixes]
1111
# Run the formatter.
1212
- id: ruff-format
1313
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)