FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

fix(deps): update all non-major dependencies

Open uis-devops-renovatebot requested to merge renovate/all-minor-patch into main
Files
2
+ 7
7
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
@@ -24,33 +24,33 @@ repos:
- id: debug-statements
- repo: https://github.com/python-poetry/poetry
rev: 1.5.1
rev: 1.8.5
hooks:
- id: poetry-check
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 2.7.2
rev: 2.7.3
hooks:
- id: editorconfig-checker
args: ["-disable-indent-size"]
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/timothycrosley/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.15.0
hooks:
- id: mypy
additional_dependencies: ["types-PyYAML", "types-requests"]
Loading