diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9f60063..0e84945 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v6.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -13,7 +13,7 @@ repos: # args: [--autofix] - repo: https://github.com/executablebooks/mdformat - rev: 0.7.16 + rev: 1.0.0 hooks: - id: mdformat additional_dependencies: diff --git a/README.md b/README.md index 599c647..d7eea59 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Learn how to set up a **clean, minimal, and efficient** terminal geared towards We will be using [Visual Studio Code](https://code.visualstudio.com/), the most popular code editor out today, along with some extensions: - [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python): Support extension for Python -- [Remote - WSL](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsl): Virtual environment integration with WSL +- [Remote - WSL](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsl): Virtual environment integration with WSL ## 🪟 WSL