Skip to content

Commit

Permalink
Merge pull request #19 from cheginit/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
cheginit authored Oct 14, 2024
2 parents 2e06161 + 201506e commit 606105e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
args: ['--fix=lf']

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.17
rev: 0.7.18
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -37,7 +37,7 @@ repos:
args: [-t, py311, -l, "100"]

- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.18.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 606105e

Please sign in to comment.