diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c3c7cd2..e2cb0f8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: @@ -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 diff --git a/README.md b/README.md index 451dacb..56fedb1 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 @@ -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 +