Skip to content

Commit

Permalink
chore: formatting and configs
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekMaggio committed Apr 5, 2024
1 parent e994f76 commit 59c9ef0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion performance-metrics/.flake8
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ extend-ignore =
# https://pypi.org/project/flake8-docstrings/
docstring-convention = google

noqa-require-code = true
noqa-require-code = true

per-file-ignores =
setup.py:ANN,D
5 changes: 5 additions & 0 deletions performance-metrics/mypy.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[mypy]
show_error_codes = True
warn_unused_configs = True
strict = True
exclude = setup.py
1 change: 1 addition & 0 deletions performance-metrics/src/performance_metrics/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Opentrons performance metrics library."""

0 comments on commit 59c9ef0

Please sign in to comment.