mirror of
https://github.com/django-components/django-components.git
synced 2025-09-27 16:09:07 +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:
|
||||
- repo: https://github.com/pycqa/isort
|
||||
rev: 5.9.3
|
||||
rev: 5.10.0
|
||||
hooks:
|
||||
- id: isort
|
||||
- repo: https://github.com/psf/black
|
||||
|
|
|
@ -141,6 +141,13 @@ TEMPLATES = [
|
|||
<br />
|
||||
<sub><b>Marc Fargas</b></sub>
|
||||
</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>
|
||||
</table>
|
||||
<!-- readme: contributors -end -->
|
||||
|
|
|
@ -22,7 +22,7 @@ flake8==4.0.1
|
|||
# via -r requirements-dev.in
|
||||
iniconfig==1.1.1
|
||||
# via pytest
|
||||
isort==5.9.3
|
||||
isort==5.10.1
|
||||
# via -r requirements-dev.in
|
||||
mccabe==0.6.1
|
||||
# via flake8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue