66 # Misc
77 # ############################################################################
88 - repo : https://github.com/pre-commit/pre-commit-hooks
9- rev : v4.5 .0
9+ rev : v4.6 .0
1010 hooks :
1111 - id : check-merge-conflict # Searches for merge conflict markers within files.
1212 - id : check-added-large-files # Blocks commits that add large files. Default limit is 500kB.
2424 # JSON, TOML
2525 # ############################################################################
2626 - repo : https://github.com/pre-commit/pre-commit-hooks
27- rev : v4.5 .0
27+ rev : v4.6 .0
2828 hooks :
2929 - id : check-json # Validates JSON files to ensure they are properly formatted and syntactically correct.
3030 types : [json]
@@ -46,15 +46,15 @@ repos:
4646 # Python
4747 # ############################################################################
4848 - repo : https://github.com/PyCQA/autoflake
49- rev : v2.2 .1
49+ rev : v2.3 .1
5050 hooks :
5151 - id : autoflake # Removes unused imports and unused variables from Python code.
5252 args :
5353 - --in-place
5454 - --remove-all-unused-imports
5555
5656 - repo : https://github.com/pycqa/isort
57- rev : 5.12.0
57+ rev : 5.13.2
5858 hooks :
5959 - id : isort # Sorts Python imports into sections and by alphabetical order.
6060 args :
6464 - python
6565
6666 - repo : https://github.com/psf/black
67- rev : 23.10.1
67+ rev : 24.4.2
6868 hooks :
6969 - id : black # Formats Python code to conform to the Black code style.
7070 args :
7575 exclude : templates/
7676
7777 - repo : https://github.com/pycqa/flake8
78- rev : 6.1 .0
78+ rev : 7.0 .0
7979 hooks :
8080 - id : flake8 # Lints Python code for errors and code style issues based on PEP8.
8181 args :
9999 # CSS, Markdown, JavaScript, TypeScript, YAML style formatter
100100 # ############################################################################
101101 - repo : https://github.com/pre-commit/mirrors-prettier
102- rev : v3 .0.3
102+ rev : v4 .0.0-alpha.8
103103 hooks :
104104 - id : prettier # An opinionated code formatter supporting multiple languages.
105105 name : prettier
0 commit comments