This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/master by this push:
new 6970584 Upgrade to latest isort & pydocstyle (#11142)
6970584 is described below
commit 6970584e7928848f627e717d152ace2f0484afe5
Author: Kaxil Naik <[email protected]>
AuthorDate: Fri Sep 25 08:13:59 2020 +0100
Upgrade to latest isort & pydocstyle (#11142)
isort: from 5.4.2 to 5.5.3
pydocstyle: from 5.0.2 to 5.1.1
---
.pre-commit-config.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 057dd97..cc28653 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -186,7 +186,7 @@ repos:
exclude:
^.*init_git_sync\.template\.yaml$|^.*airflow\.template\.yaml$|^chart/(?:templates|files)/.*\.yaml
- repo: https://github.com/timothycrosley/isort
- rev: 5.4.2
+ rev: 5.5.3
hooks:
- id: isort
name: Run isort to sort imports
@@ -194,7 +194,7 @@ repos:
# To keep consistent with the global isort skip config defined in
setup.cfg
exclude:
^build/.*$|^.tox/.*$|^venv/.*$|.*api_connexion/.*\.py|.*providers.*\.py
- repo: https://github.com/pycqa/pydocstyle
- rev: 5.0.2
+ rev: 5.1.1
hooks:
- id: pydocstyle
name: Run pydocstyle