Skip to content

Commit d0aa50d

Browse files
authored
Merge pull request #531 from mrava87/feature-kirchhoffimproved
feature: restyling of Kirchhoff operator
2 parents 91d988a + 00f7034 commit d0aa50d

File tree

4 files changed

+159
-482
lines changed

4 files changed

+159
-482
lines changed

.github/workflows/codacy-coverage-reporter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
build:
99
strategy:
1010
matrix:
11-
platform: [ ubuntu-latest, macos-latest ]
12-
python-version: ["3.8", "3.9", "3.10"]
11+
platform: [ ubuntu-latest, ]
12+
python-version: ["3.8", ]
1313

1414
runs-on: ${{ matrix.platform }}
1515
steps:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- --line-length=88
1616

1717
- repo: https://github.com/pycqa/isort
18-
rev: 5.10.1
18+
rev: 5.12.0
1919
hooks:
2020
- id: isort
2121
name: isort (python)

0 commit comments

Comments
 (0)