gnikit

Results 172 comments of gnikit

Hi @pseewald, I am more than happy to help out with some of the maintenance and dev work. freptiffy ships with the Modern Fortran extension so it is definitely in...

> In the short term, I can give you (and other members of Fortran-lang) collaborative access to the fprettify repository. ... suggest that we first try to bring this repository...

We use GitHub Actions as @awvwgk mentioned. We can more or less copy paste the ones I use in [fortls](https://github.com/gnikit/fortls/). They cover: - CI - Coverage - Documentation website building...

@awvwgk do we need both conda and pypi test workflows? Because the conda-forge feedstock draws from GitHub I think we should only unittest PyPi from 3.6-3.11-dev

@awvwgk same here, ready to merge

I installed using Anaconda through conda forge in a new venv. e.g. ```sh conda create -n xonsh -c conda-forge xonsh ``` `environment.yml` ```yml name: xonsh channels: - defaults - conda-forge...

This also addresses #331 so we can go ahead and close that issue.

Also, you need to give access to pre-commit.ci (https://pre-commit.ci/) to autofix for the CI check to run on GitHub.

Wouldn't it be a bit easier if we just ignored the .po files that are auto generated. I don't see why precommit should format those.

So the major diffs would only be in this PR. After that the CI bot will be running in the background so no unrelated bits of code will be formatted....