Skip to content

Commit

Permalink
Merge pull request #7 from cheginit/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
cheginit authored Feb 12, 2024
2 parents c253f53 + 7fb35c9 commit 9035f04
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.1.0
rev: 24.2.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 @@ -43,4 +44,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 9035f04

Please sign in to comment.