We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now the local setup can be in an annoying situation where the versions of a tool like Black differ between the Nix environment and pre-commit.
The version is pinned in pre-commit (and not to the latest one):
scaf/.pre-commit-config.yaml
Line 13 in 78bf22d
But it's not pinned in Nix therefore it can (and currently is) different:
scaf/flake.nix
Line 22 in 78bf22d
Ideally, there would be some consistency check or simply the version in Nix should be pinned if possible.
The text was updated successfully, but these errors were encountered:
Assigning to you @sedatbasar for visibility.
Sorry, something went wrong.
sedatbasar
No branches or pull requests
Right now the local setup can be in an annoying situation where the versions of a tool like Black differ between the Nix environment and pre-commit.
The version is pinned in pre-commit (and not to the latest one):
scaf/.pre-commit-config.yaml
Line 13 in 78bf22d
But it's not pinned in Nix therefore it can (and currently is) different:
scaf/flake.nix
Line 22 in 78bf22d
Ideally, there would be some consistency check or simply the version in Nix should be pinned if possible.
The text was updated successfully, but these errors were encountered: