merged RC_1_2 into RC_2_0

This commit is contained in:
arvidn
2022-09-08 02:35:27 +02:00
7 changed files with 39 additions and 37 deletions

View File

@ -15,7 +15,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.3.0
hooks:
#- id: trailing-whitespace
#- id: end-of-file-fixer
@ -32,17 +32,17 @@ repos:
- id: check-symlinks
- id: check-toml
- repo: https://github.com/pappasam/toml-sort
rev: v0.19.0
rev: v0.20.1
hooks:
- id: toml-sort
args: [--all, --in-place]
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.7.0
rev: v1.9.0
hooks:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/PyCQA/isort
rev: 5.7.0
rev: 5.10.1
hooks:
- id: isort
exclude: |
@ -74,7 +74,7 @@ repos:
tools/update_copyright.py
)$
- repo: https://github.com/myint/autoflake
rev: v1.4
rev: v1.5.3
hooks:
- id: autoflake
args: [--in-place, --remove-unused-variables, --remove-all-unused-imports, --remove-duplicate-keys]
@ -89,7 +89,7 @@ repos:
tools/libtorrent_lldb.py
)
- repo: https://github.com/python/black
rev: 20.8b1
rev: 22.8.0
hooks:
- id: black
# Avoiding PR bloat
@ -137,7 +137,7 @@ repos:
name: black (pyi)
types: [pyi]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.800
rev: v0.971
hooks:
- id: mypy
# Avoiding PR bloat
@ -178,7 +178,7 @@ repos:
tools/update_copyright.py
)$
- repo: https://gitlab.com/pycqa/flake8.git
rev: 3.8.4
rev: 3.9.2
hooks:
- id: flake8
exclude: |