Skip to content

Conversation

@Davidson-Souza
Copy link
Member

What is the purpose of this pull request?

  • Bug fix
  • Documentation update
  • New feature
  • Test
  • Other: justfile

Which crates are being modified?

  • floresta-chain
  • floresta-cli
  • floresta-common
  • floresta-compact-filters
  • floresta-electrum
  • floresta-watch-only
  • floresta-wire
  • floresta
  • florestad
  • Other: justfile

Description

The lint* receipts are meant to fix you code, not check whether it's well formatted. However, black (the python linter) is called with --check, which only yells at you if there's something wrong.

This commit fixes this by removing this paramenter. I'm also adding the python lint to other receipts like pcc and lint.

The `lint*` receipts are meant to fix you code, not check whether it's
well formatted. However, black (the python linter) is called with
`--check`, which only yells at you if there's something wrong.

This commit fixes this by removing this paramenter. I'm also adding
the python lint to other receipts like `pcc` and `lint`.
@Davidson-Souza Davidson-Souza added the lint This issue or PR relates to code style and linting label Jun 26, 2025
Copy link
Contributor

@JoseSK999 JoseSK999 left a comment

Choose a reason for hiding this comment

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

ACK 5e99ce3

@Davidson-Souza Davidson-Souza merged commit e41ad5e into vinteumorg:master Jun 26, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lint This issue or PR relates to code style and linting

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants