Skip to content

Commit

Permalink
noop bump
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Jan 21, 2024
1 parent 51c06a9 commit b5f60e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@ repos:
# https://flake8.pycqa.org/en/latest/user/error-codes.html
- "--ignore=E203,E266,E501,W503,E402,E401"
- "--per-file-ignores=*/__init__.py: F401"
- "--per-file-ignores=pioreactor/experiment_profiles/sly/*: F821"

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.4.1' # Use the sha / tag you want to point at
hooks:
- id: mypy
additional_dependencies: [
msgspec==0.18.4,
msgspec==0.18.5,
types-pkg_resources==0.1.3,
types-paho-mqtt==1.6.0.6
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="temperature-expansion-kit-plugin",
version="0.1.2",
version="0.1.3",
license="MIT",
description="This plugin is necessary to use the temperature expansion kit for the Pioreactor",
long_description=open("README.md").read(),
Expand Down

0 comments on commit b5f60e3

Please sign in to comment.