mirror of
https://github.com/django-components/django-components.git
synced 2025-09-28 00:19:09 +00:00
Merge branch 'master' of https://github.com/EmilStenstrom/django-components
This commit is contained in:
commit
9a238fa9d4
3 changed files with 9 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pycqa/isort
|
- repo: https://github.com/pycqa/isort
|
||||||
rev: 5.9.3
|
rev: 5.10.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
|
|
|
@ -141,6 +141,13 @@ TEMPLATES = [
|
||||||
<br />
|
<br />
|
||||||
<sub><b>Marc Fargas</b></sub>
|
<sub><b>Marc Fargas</b></sub>
|
||||||
</a>
|
</a>
|
||||||
|
</td>
|
||||||
|
<td align="center">
|
||||||
|
<a href="https://github.com/spollard">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/1459574?v=4" width="100;" alt="spollard"/>
|
||||||
|
<br />
|
||||||
|
<sub><b>Spollard</b></sub>
|
||||||
|
</a>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
</table>
|
</table>
|
||||||
<!-- readme: contributors -end -->
|
<!-- readme: contributors -end -->
|
||||||
|
|
|
@ -22,7 +22,7 @@ flake8==4.0.1
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
iniconfig==1.1.1
|
iniconfig==1.1.1
|
||||||
# via pytest
|
# via pytest
|
||||||
isort==5.9.3
|
isort==5.10.1
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
mccabe==0.6.1
|
mccabe==0.6.1
|
||||||
# via flake8
|
# via flake8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue