Skip to content

Commit 60e803a

Browse files
authored
Update development environment to latest versions (#102)
* Python 3.8 * dev dependencies * new-style pre-commit configuration
1 parent 103c671 commit 60e803a

5 files changed

Lines changed: 469 additions & 409 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
repos:
12
- repo: local
23
hooks:
34
- id: isort

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pypi"
77
pyramid-openapi3 = {editable = true,path = "."}
88

99
[dev-packages]
10-
black = "==19.10b0"
10+
black = "==20.8b1"
1111
codespell = "*"
1212
docutils = "*"
1313
flake8 = "*"

0 commit comments

Comments
 (0)