File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232 - mdformat-gfm # GitHub flavoured markdown
3333 - mdformat-black # Black formatting for python verbatim blocks
3434 - repo : https://github.com/pre-commit/pre-commit-hooks
35- rev : v4.3 .0
35+ rev : v4.4 .0
3636 hooks :
3737 - id : check-ast # Simply checks whether the files parse as valid Python.
3838 - id : fix-byte-order-marker # Removes utf-8 byte order marker.
@@ -60,19 +60,19 @@ repos:
6060 - id : rst-directive-colons # Detect mistake of rst directive not ending with double colon.
6161 - id : rst-inline-touching-normal # Detect mistake of inline code touching normal text in rst.
6262 - repo : https://github.com/pycqa/isort
63- rev : 5.10.1
63+ rev : v5.11.3
6464 hooks :
6565 - id : isort
6666 - repo : https://github.com/psf/black
67- rev : 22.10 .0 # Replace with any tag/version: https://github.com/psf/black/tags
67+ rev : 22.12 .0 # Replace with any tag/version: https://github.com/psf/black/tags
6868 hooks :
6969 - id : black
7070 language_version : python3 # Should be a command that runs python3.7+
7171 additional_dependencies : ['click==8.0.4'] # Currently >8.0.4 breaks black
7272 - id : black-jupyter
7373 language : python
7474 - repo : https://github.com/PyCQA/flake8
75- rev : 5 .0.4
75+ rev : 6 .0.0
7676 hooks :
7777 - id : flake8
7878 additional_dependencies : [
You can’t perform that action at this time.
0 commit comments