diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0cd2b44..8ed672f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: name: Sort imports with isort - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.4.0 hooks: - id: black name: Autoformat with black diff --git a/README.md b/README.md index 1c36b4d..b9488a0 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ My Today I Learned snippets. Inspired by [simonw/til](https://github.com/simonw/til). + ## Python - [Install and setup `miniforge`](https://cheginit.github.io/til/python/miniforge.html) - 2021-02-20 @@ -44,4 +45,5 @@ My Today I Learned snippets. Inspired by [simonw/til](https://github.com/simonw/ ## Github Actions - [Speed up Github Actions with `mamba`](https://cheginit.github.io/til/github_actions/mamba.html) - 2021-02-26 +