Skip to content

Commit

Permalink
Load Channels with . in their name (#38)
Browse files Browse the repository at this point in the history
* added os.path.splittext

* updated pre-commit

* updated lock-file

* updated pyprojet.toml

* updated numpy for python 3.12 support

* updated tests

* removed dead code
  • Loading branch information
srivarra authored Oct 13, 2023
1 parent 8c796d9 commit 9a88bc9
Show file tree
Hide file tree
Showing 5 changed files with 1,419 additions and 1,383 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-yaml
name: Check - YAML
Expand All @@ -10,7 +10,7 @@ repos:
name: Remove Trailing Whitespace
stages: [commit, push, manual]
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black
name: Formatting - black
Expand All @@ -22,7 +22,7 @@ repos:
name: Formatting - isort
stages: [commit, push, manual]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.2.0
rev: v1.5.1
hooks:
- id: mypy
name: Static Type Checking - mypy
Expand All @@ -32,7 +32,7 @@ repos:
files: '.*\.py[i]?'

- repo: https://github.com/python-poetry/poetry
rev: 1.4.2
rev: 1.6.0
hooks:
- id: poetry-check
name: Check - Poetry Configuration
Expand Down
Loading

0 comments on commit 9a88bc9

Please sign in to comment.