Skip to content

Commit

Permalink
Merge pull request #531 from mrava87/feature-kirchhoffimproved
Browse files Browse the repository at this point in the history
feature: restyling of Kirchhoff operator
  • Loading branch information
mrava87 authored Oct 16, 2023
2 parents 91d988a + 00f7034 commit d0aa50d
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 482 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codacy-coverage-reporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
build:
strategy:
matrix:
platform: [ ubuntu-latest, macos-latest ]
python-version: ["3.8", "3.9", "3.10"]
platform: [ ubuntu-latest, ]
python-version: ["3.8", ]

runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- --line-length=88

- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
Expand Down
Loading

0 comments on commit d0aa50d

Please sign in to comment.