Skip to content

Commit

Permalink
Loosen dependency version constraints (#63)
Browse files Browse the repository at this point in the history
Cryptography and black don't use semantic versioning, so pinning to a
specific major version is largely meaningless.  FastAPI, Typer, and
uvicorn, meanwhile, are pre-1.0 and it would be desirable to not commit
our downstream users to specific minor releases of these libraries.
  • Loading branch information
jre21 authored Jun 22, 2022
1 parent e671e6a commit 76cb899
Show file tree
Hide file tree
Showing 9 changed files with 718 additions and 599 deletions.
2 changes: 0 additions & 2 deletions .flake8

This file was deleted.

4 changes: 2 additions & 2 deletions lintme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

poetry run black --check . --exclude .venv
poetry run isort --check
poetry run flake8 --exclude .venv/
poetry run isort --check .
poetry run autopep8 --diff --exit-code .
poetry run pylint -- webex_skills
Loading

0 comments on commit 76cb899

Please sign in to comment.