This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 3df204b532 sync black version in pre-commit (#28576)
3df204b532 is described below
commit 3df204b53247f51d94135698defdbae0d359921f
Author: eladkal <[email protected]>
AuthorDate: Sat Dec 24 15:49:23 2022 +0200
sync black version in pre-commit (#28576)
see https://github.com/apache/airflow/pull/28567#discussion_r1056755463
---
.pre-commit-config.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 3bcd3085b8..b49837f75c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -153,7 +153,7 @@ repos:
entry:
./scripts/ci/pre_commit/pre_commit_update_common_sql_api_stubs.py
language: python
files:
^scripts/ci/pre_commit/pre_commit_update_common_sql_api\.py|^airflow/providers/common/sql/.*\.pyi?$
- additional_dependencies: ['rich>=12.4.4', 'mypy==0.971',
'black==22.3.0', 'jinja2']
+ additional_dependencies: ['rich>=12.4.4', 'mypy==0.971',
'black==22.12.0', 'jinja2']
pass_filenames: false
require_serial: true
- repo: https://github.com/PyCQA/isort
@@ -181,7 +181,7 @@ repos:
- --target-version=py39
- --target-version=py310
alias: black
- additional_dependencies: [black==22.3.0]
+ additional_dependencies: [black==22.12.0]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
@@ -664,7 +664,7 @@ repos:
- --max-length=64
language: python
files:
^\.pre-commit-config\.yaml$|^scripts/ci/pre_commit/pre_commit_check_pre_commit_hook_names\.py$
- additional_dependencies: ['pyyaml', 'jinja2', 'black==22.3.0',
'tabulate', 'rich>=12.4.4']
+ additional_dependencies: ['pyyaml', 'jinja2', 'black==22.12.0',
'tabulate', 'rich>=12.4.4']
require_serial: true
pass_filenames: false
- id: update-breeze-readme-config-hash