Skip to content

Commit

Permalink
Pre-commit: move pytest and pylint config to pyproject.toml
Browse files Browse the repository at this point in the history
Requirement of `pylint` is upped as support for `pyproject.toml` was
only added in v6.0.
  • Loading branch information
sphuber committed Oct 1, 2020
1 parent 59b957a commit 921c2ad
Show file tree
Hide file tree
Showing 32 changed files with 270 additions and 672 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
)$
- repo: https://github.com/PyCQA/pylint
rev: pylint-2.5.2
rev: pylint-2.6.0
hooks:
- id: pylint
language: system
Expand Down
Loading

0 comments on commit 921c2ad

Please sign in to comment.