Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Jan 5, 2024
1 parent f3b9a81 commit 50f2897
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exclude:
)$
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.5.0
hooks:
- id: no-commit-to-branch
args: [--branch, main]
Expand All @@ -40,7 +40,7 @@ repos:
- id: check-shebang-scripts-are-executable
# - id: check-toml
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.23.0
rev: v1.33.0
hooks:
- id: yamllint
args: [-c, .yamllint]
Expand All @@ -55,30 +55,30 @@ repos:
# hooks:
# - id: black
- repo: https://github.com/fsouza/autoflake8
rev: v0.3.1
rev: v0.4.1
hooks:
- id: autoflake8
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 7.0.0
hooks:
- id: flake8
exclude: ^kibot/mcpyrate/
args: [--count, --statistics]
additional_dependencies:
- flake8-bugbear==22.1.11
- flake8-comprehensions==3.8.0
- flake8_2020==1.6.1
- flake8-bugbear>=22.1.11
- flake8-comprehensions>=3.8.0
- flake8_2020>=1.6.1
- flake8-docstrings
- mccabe==0.6.1
- pycodestyle==2.8.0
- pyflakes==2.4.0
- mccabe>=0.6.1
- pycodestyle>=2.8.0
- pyflakes>=2.4.0
# Sorting imports is dangerous.
# - repo: https://github.com/PyCQA/isort
# rev: 5.10.1
# hooks:
# - id: isort
- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
rev: v2.2.6
hooks:
- id: codespell
# - repo: https://github.com/pre-commit/mirrors-mypy
Expand Down

0 comments on commit 50f2897

Please sign in to comment.