Skip to content
  1. Aug 11, 2021
    • nimrod's avatar
      Remove PyPy 3.6 from CI. · befec59b
      nimrod authored
      No longer supported by upstream.
      befec59b
    • nimrod's avatar
      Add pyproject.toml. · 30421d6e
      nimrod authored
      It's autogenerated everytime I use pipenv. I don't really need it since
      I'm targeting old Python and Pip versions that even know about it. The
      build system declared is setuptools which is what will be used anyway.
      But I grow tired of always deleting the file (adding it to .gitignore
      doesn't work because check-manifest complains). I _really_ hope it won't
      break anything (if it will it will probably be in new Pip versions so I
      will probably see it, I hope).
      30421d6e
    • nimrod's avatar
      pipenv update. · 63cc3258
      nimrod authored
      Update the lock file. Mainly just to shut up the dependabot in GitHub.
      63cc3258
    • nimrod's avatar
      1be3d77e
    • nimrod's avatar
      Don't import argparse twice. · fcdcdadb
      nimrod authored
      I've been trying out lgtm.com and that's the only issue it found. Valid
      comment, fix the issue.
      fcdcdadb
    • nimrod's avatar
      Add the codespell pre-commit hook. · e380b4e8
      nimrod authored
      It did find a spelling error in the README. What an embarssment. Correct
      that as well.
      e380b4e8
    • nimrod's avatar
      Add the Tryceratops Flake8 plugin. · 65c47ade
      nimrod authored
      Didn't find any new issues, but let's keep it for now.
      65c47ade
    • nimrod's avatar
      Set the revision for the rstcheck pre-commit hook. · e34e1f2e
      nimrod authored
      The pre-commit warnings has been annoying enough. The last tag in that
      repo is pretty old (2018) and doesn't have the pre-commit hook, so let's
      go with the last commit which happens to be adding the pre-commit hook.
      Happy coincident.
      e34e1f2e
  2. May 27, 2021
  3. May 05, 2021
  4. May 02, 2021
  5. Apr 23, 2021
  6. Apr 22, 2021
  7. Apr 14, 2021
  8. Mar 12, 2021
  9. Mar 11, 2021
    • nimrod's avatar
      Some more classifiers and information. · 38809de7
      nimrod authored
      38809de7
    • nimrod's avatar
      Bump version: 0.6.4 → 0.6.5 · dcb20253
      nimrod authored
      v0.6.5
      dcb20253
    • nimrod's avatar
      Package specifiers. · 615a59a5
      nimrod authored
      Allow installing just some of the dependencies. Some filters won't work,
      but that's expected. Dcoument the change and keep all dependencies as
      required for now to not cause unexpected breakage.
      615a59a5
    • nimrod's avatar
      Update Pipenv dependencies. · fe41afdc
      nimrod authored
      Dependabot in GitHub shows a warning, but these are just used for
      testing and releasing (not affecting users in any way). Still, update
      and close that warning.
      fe41afdc
    • nimrod's avatar
      Some informational shields. · ee020900
      nimrod authored
      Useful information. I will admit I'm bragging a bit with the download
      counter. I didn't believe it would have so many downloads (I'm really
      excited).
      ee020900
  10. Feb 12, 2021
  11. Jan 22, 2021
  12. Jan 07, 2021