Daniel Bast
Daniel Bast
pre-commit.ci autofix
pre-commit.ci autofix
@kenodegard Sorry did not see your PR https://github.com/conda/conda/pull/11903 This PR contains exactly 4 commits: The initial pre-commit activation, 2 pre-commit auto-fix commits, 1 manual commit at the end to fix...
conda/exports.py is excluded from further pyupgrade runs as that would remove `from builtins import input`, which is imported by conda-build(!).
rebased due to changes on main.
@dholth would you feel better if we disable the f-string conversion (have to test what the `--keep-percent-format` pyupgrade option does)? that would potentially touch much less existing code. Splitting the...
pre-commit.ci autofix
This package depends on `r-rgl`, which requires some extra handling to build. Should be possible to find the required code to do so in other existing recipes that depend on...
more extensive recipe as example is e.g. https://github.com/conda-forge/lazygit-feedstock
Unfortunately fzf/lazygit are not good examples regarding license handling. go-lang binaries are mostly static compiled and so packages require to contain potentially all licenses. This can be done by running...