Skip to content
Snippets Groups Projects

Update links in readme, bump pre-commit hooks, bump dependencies

Merged Moul requested to merge doc_deps into main
3 files
+ 11
11
Compare changes
  • Side-by-side
  • Inline

Files

+ 5
5
exclude: ^docs/
repos:
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
@@ -10,23 +10,23 @@ repos:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.931
rev: v0.950
hooks:
- id: mypy
args:
- "--install-types"
- "--non-interactive"
- repo: https://github.com/PyCQA/pylint
rev: v2.12.2
rev: v2.13.8
hooks:
- id: pylint
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v2.32.1
hooks:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.12
rev: v1.1.13
hooks:
- id: insert-license
files: \.py$
Loading