Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/Zac-HD/shed: 2023.5.2 → 2023.6.1](Zac-HD/shed@2023.5.2...2023.6.1)
- [github.com/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/johnfraney/flake8-markdown: v0.4.0 → v0.5.0](johnfraney/flake8-markdown@v0.4.0...v0.5.0)
  • Loading branch information
pre-commit-ci[bot] authored Sep 4, 2023
1 parent ccf1f3a commit 757935f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
repos:
# Normalise all Python code. (Black + isort + pyupgrade + autoflake)
- repo: https://github.com/Zac-HD/shed
rev: 2023.5.2
rev: 2023.6.1
hooks:
- id: shed
# Python Linting
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
exclude: ^docs/
Expand All @@ -25,7 +25,7 @@ repos:
- pep8-naming # Follow pep8 naming rules (eg. function names lowercase)
# Lint Python snippets embedded in Markdown (using flake8)
- repo: https://github.com/johnfraney/flake8-markdown
rev: v0.4.0
rev: v0.5.0
hooks:
- id: flake8-markdown
# # Lint Jinja2 templates
Expand Down

0 comments on commit 757935f

Please sign in to comment.