Skip to content

Commit

Permalink
Update development environment to latest versions (#102)
Browse files Browse the repository at this point in the history
* Python 3.8
* dev dependencies
* new-style pre-commit configuration
  • Loading branch information
zupo committed Dec 12, 2020
1 parent 103c671 commit 60e803a
Show file tree
Hide file tree
Showing 5 changed files with 469 additions and 409 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
repos:
- repo: local
hooks:
- id: isort
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "pypi"
pyramid-openapi3 = {editable = true,path = "."}

[dev-packages]
black = "==19.10b0"
black = "==20.8b1"
codespell = "*"
docutils = "*"
flake8 = "*"
Expand Down
Loading

0 comments on commit 60e803a

Please # to comment.