File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/psf/black
3- rev : 25.9 .0
3+ rev : 26.1 .0
44 hooks :
55 - id : black
66 - repo : https://github.com/astral-sh/ruff-pre-commit
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dynamic = ["version"]
4444
4545[project .optional-dependencies ]
4646ci = [
47- " black>=25 .1.0" ,
47+ " black>=26 .1.0" ,
4848 " mypy>=1.19.0" ,
4949 " pytest>=8.4.1" ,
5050 " pytest-cov>=6.2.1" ,
Original file line number Diff line number Diff line change @@ -10,10 +10,8 @@ def test_drop():
1010
1111
1212def test_drop_with_comment ():
13- assert_table_lineage_equal (
14- """--comment
15- DROP TABLE IF EXISTS tab1"""
16- )
13+ assert_table_lineage_equal ("""--comment
14+ DROP TABLE IF EXISTS tab1""" )
1715
1816
1917def test_drop_view ():
You can’t perform that action at this time.
0 commit comments