Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Update poetry #282

Merged
merged 2 commits into from
Jan 19, 2021
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ ignore = E203,E501,W503,C901,S308
max-line-length = 80
max-complexity = 10
docstring-convention = google
per-file-ignores = tests/*:S101
per-file-ignores = tests/*:S101, S105
; darglint
strictness = short
2 changes: 1 addition & 1 deletion .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pip==20.3.3
nox==2020.12.31
poetry==1.1.4
nox-poetry==0.7.1
virtualenv==20.3.1
virtualenv==20.4.0
Loading