Skip to content

Commit

Permalink
Updated pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed May 19, 2023
1 parent b9931da commit 9393f0b
Showing 1 changed file with 2 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 @@ -8,7 +8,7 @@ repos:
- id: end-of-file-fixer
- id: check-toml
- repo: https://github.com/PyCQA/autoflake
rev: v2.0.2
rev: v2.1.1
hooks:
- id: autoflake
- repo: https://github.com/hadialqattan/pycln
Expand All @@ -22,7 +22,7 @@ repos:
- id: reorder-python-imports
args: ["--application-directories", "canaille"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.4.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand Down

0 comments on commit 9393f0b

Please sign in to comment.