Skip to content

Commit

Permalink
Update .pre-commit-config.yaml to versions that are python 3.12 compl…
Browse files Browse the repository at this point in the history
…iant
  • Loading branch information
mikeage committed Nov 27, 2023
1 parent 48190c9 commit 58258e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
---
repos:
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.17.0
rev: v1.33.0
hooks:
- id: yamllint
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.11.0
hooks:
- id: black
files: ^Support/
language_version: python3
- repo: https://github.com/pycqa/flake8
rev: 3.9.0
rev: 6.1.0
hooks:
- id: flake8
files: ^Support/
- repo: https://github.com/PyCQA/pylint.git
rev: v2.15.5
rev: v3.0.1
hooks:
- id: pylint
name: pylint
Expand All @@ -32,7 +32,7 @@ repos:
hooks:
- id: dotnet-format
exclude: ^(Assets/ThirdParty)|(Packages/)
entry: dotnet-format whitespace
entry: dotnet format whitespace
args:
- --folder
- --include

0 comments on commit 58258e3

Please sign in to comment.