Skip to content

Commit 4d6903c

Browse files
fix linting
1 parent ded8ac9 commit 4d6903c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DIRS = src tests scripts examples
1+
DIRS = src/ tests/ scripts/ examples/
22

33
gen:
44
python scripts/compile_protos.py

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,12 @@ altertable_flightsql = ["*.pyi", "py.typed"]
6767
line-length = 100
6868
target-version = ['py39', 'py310', 'py311', 'py312']
6969
include = '\.pyi?$'
70+
exclude = "src/altertable_flightsql/generated"
7071

7172
[tool.isort]
7273
profile = "black"
7374
line_length = 100
75+
skip = ["src/altertable_flightsql/generated"]
7476

7577
[tool.ruff]
7678
line-length = 100

0 commit comments

Comments
 (0)