Skip to content

Commit

Permalink
Merge pull request #12 from cheginit/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
cheginit authored Apr 15, 2024
2 parents 35e0f1e + 8e79999 commit 5f20a2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
My Today I Learned snippets. Inspired by [simonw/til](https://github.com/simonw/til).

<!-- index starts -->

## Python

- [Install and setup `miniforge`](https://cheginit.github.io/til/python/miniforge.html) - 2021-02-20
Expand Down Expand Up @@ -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

<!-- index ends -->

0 comments on commit 5f20a2f

Please sign in to comment.