Skip to content

Commit

Permalink
Merge pull request #20 from cheginit/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
cheginit authored Oct 28, 2024
2 parents 518efe3 + 1848cc3 commit d0e1691
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 @@ -37,7 +37,7 @@ repos:
args: [-t, py311, -l, "100"]

- repo: https://github.com/asottile/pyupgrade
rev: v3.18.0
rev: v3.19.0
hooks:
- id: pyupgrade
name: Upgrade synax to python 3.11+ with pyupgrade
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 @@ -46,4 +47,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 d0e1691

Please sign in to comment.