Skip to content

Commit 4f5075c

Browse files
committed
Remove pylama as it's causing build issues
1 parent a4353cc commit 4f5075c

File tree

4 files changed

+1
-100
lines changed

4 files changed

+1
-100
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
- name: Poetry Install
2020
run: poetry install
2121

22-
#- run: poetry run pylama # Disabled for now as black and pylama have different line length abilities with docstrings
23-
2422
- name: Black Lint
2523
run: poetry run black --check --preview .
2624

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
- name: Poetry Install
2424
run: poetry install
2525

26-
#- run: poetry run pylama # Disabled for now as black and pylama have different line length abilities with docstrings
27-
2826
- name: Black Lint
2927
run: poetry run black --check --preview .
3028

poetry.lock

Lines changed: 1 addition & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ pyyaml = "^6.0.1"
1919
jinja2 = "^3.1.3"
2020

2121
[tool.poetry.group.dev.dependencies]
22-
pylama = "^8.4.1"
2322
black = "^24.4.2"
2423
pytest = "^8.2.0"
2524

0 commit comments

Comments
 (0)