Skip to content

Commit

Permalink
Merge branch 'develop' into feat/interpolate_channels
Browse files Browse the repository at this point in the history
  • Loading branch information
gcattan authored Oct 13, 2023
2 parents 3a4cb15 + 6f707e9 commit 9337792
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
22 changes: 12 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ ci:
skip: [ ]
submodules: false

exclude: ".*svg"

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
Expand All @@ -33,18 +35,18 @@ repos:


- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
language_version: python3.8
args: [ --line-length=90, --target-version=py38 ]

- repo: https://github.com/asottile/blacken-docs
rev: 1.15.0
hooks:
- id: blacken-docs
additional_dependencies: [ black==23.3.0 ]
exclude: ^.github/
- repo: https://github.com/asottile/blacken-docs
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: [black==23.3.0]
exclude: ^.github/

- repo: https://github.com/PyCQA/isort
rev: 5.12.0
Expand All @@ -66,14 +68,14 @@ repos:
]
exclude: ^docs/ | ^setup\.py$ |

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.281
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.292
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix, --ignore, E501 ]

- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
args:
Expand Down
Binary file modified docs/source/images/architecture.pdf
Binary file not shown.
Binary file modified docs/source/images/architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/source/images/architecture.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9337792

Please sign in to comment.