Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load Channels with . in their name #38

Merged
merged 7 commits into from
Oct 13, 2023
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading