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 11repos :
22- repo : https://github.com/psf/black
3- rev : 23.1 .0
3+ rev : 24.10 .0
44 hooks :
55 - id : black
66 name : black
1313 types_or : [python, pyi]
1414
1515- repo : https://github.com/pycqa/flake8
16- rev : 6.0.0
16+ rev : 7.1.1
1717 hooks :
1818 - id : flake8
1919 additional_dependencies :
@@ -22,19 +22,19 @@ repos:
2222 - flake8-simplify
2323
2424- repo : https://github.com/asottile/pyupgrade
25- rev : v3.3.1
25+ rev : v3.19.0
2626 hooks :
2727 - id : pyupgrade
2828 args : [--py39-plus]
2929
3030- repo : https://github.com/PyCQA/isort
31- rev : 5.12.0
31+ rev : 5.13.2
3232 hooks :
3333 - id : isort
3434 files : \.py$
3535
3636- repo : https://github.com/pre-commit/pre-commit-hooks
37- rev : v4.4 .0
37+ rev : v5.0 .0
3838 hooks :
3939 - id : check-builtin-literals
4040 - id : check-added-large-files
Original file line number Diff line number Diff line change 44This example is based on the matplotlib demo of a PathPatch object,
55https://matplotlib.org/examples/shapes_and_collections/path_patch_demo.html.
66"""
7+
78import matplotlib .patches as mpatches
89import matplotlib .path as mpath
910import matplotlib .pyplot as plt
You can’t perform that action at this time.
0 commit comments