File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ repos:
1616 - flake8-builtins
1717 - flake8-comprehensions
1818- repo : https://github.com/PyCQA/isort
19- rev : dbf82f2dd09ae41d9355bcd7ab69187a19e6bf2f # frozen: 5.12.0
19+ rev : c235f5e450b4b84e58d114ed4c589cbf454175a3 # frozen: 5.13.2
2020 hooks :
2121 - id : isort
2222- repo : https://github.com/psf/black
23- rev : e87737140f32d3cd7c44ede75f02dcd58e55820e # frozen: 23.9.1
23+ rev : b965c2a5026f8ba399283ba3e01898b012853c79 # frozen: 24.8.0
2424 hooks :
2525 - id : black
2626- repo : https://github.com/pre-commit/pre-commit-hooks
27- rev : f71fa2c1f9cf5cb705f73dffe4b21f7c61470ba9 # frozen: v4.4 .0
27+ rev : cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0 .0
2828 hooks :
2929 - id : check-yaml
3030- repo : https://github.com/pre-commit/pygrep-hooks
@@ -34,15 +34,15 @@ repos:
3434 - id : python-check-blanket-noqa
3535 - id : python-check-blanket-type-ignore
3636- repo : https://github.com/PyCQA/flake8
37- rev : 10f4af6dbcf93456ba7df762278ae61ba3120dc6 # frozen: 6 .1.0
37+ rev : e43806be3607110919eff72939fda031776e885a # frozen: 7 .1.1
3838 hooks :
3939 - id : flake8
4040 additional_dependencies :
4141 - flake8-bugbear
4242 - flake8-builtins
4343 - flake8-comprehensions
4444- repo : https://github.com/pre-commit/mirrors-mypy
45- rev : 08cbc46b6e135adec84911b20e98e5bc52032152 # frozen: v1.5.1
45+ rev : d4911cfb7f1010759fde68da196036feeb25b99d # frozen: v1.11.2
4646 hooks :
4747 - id : mypy
4848 args : ["--scripts-are-modules"]
Original file line number Diff line number Diff line change 66 - `tox -e profile`
77 - `firefox .tox/prof/combined.svg`
88"""
9+
910import os
1011from pathlib import Path
1112
You can’t perform that action at this time.
0 commit comments