Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WORK IN PROGRESS: test linting #21

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

WORK IN PROGRESS: test linting #21

wants to merge 7 commits into from

Conversation

JohanKarlbergg
Copy link
Member

No description provided.

@JohanKarlbergg JohanKarlbergg force-pushed the linting branch 4 times, most recently from 6ccb1c2 to 401dd93 Compare July 4, 2024 06:28
@OdoctorG OdoctorG force-pushed the linting branch 3 times, most recently from 0ba6513 to c64617b Compare July 4, 2024 15:15
@JohanKarlbergg JohanKarlbergg force-pushed the linting branch 2 times, most recently from 225d1fe to e1e333e Compare July 5, 2024 07:12
Comment on lines 22 to 24
@pytest.fixture
def broker():
def broker() -> Broker:
return Broker()
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pytest.fixture(name="broker")
def broker_fixture() -> Broker:
    return Broker()

this way we can remove # pylint: disable=W0621

.venv
__pycache__
.*
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we should ignore all dot files, lets remove ".*"

python/=0.1.8 Outdated
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like it was added by mistake, remove it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants