Skip to content

Commit

Permalink
Bump black from 21.11b1 to 21.12b0 (#275)
Browse files Browse the repository at this point in the history
* Bump black from 21.11b1 to 21.12b0

Bumps [black](https://github.com/psf/black) from 21.11b1 to 21.12b0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix new black rule

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rustem Saiargaliev <rustem.saiargaliev@voiio.de>
  • Loading branch information
dependabot[bot] and amureki committed Dec 13, 2021
1 parent d6588e2 commit a3244af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements.txt

black==21.11b1
black==21.12b0
flake8==4.0.1
isort==5.10.1
mypy==0.910
Expand Down
1 change: 0 additions & 1 deletion tests/generic/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ class DummyImageFieldModel(models.Model):
fs = FileSystemStorage(location=gettempdir())
image_field = models.ImageField(upload_to="%Y/%m/%d", storage=fs)


else:
# doesn't matter, won't be using
class DummyImageFieldModel(models.Model):
Expand Down

0 comments on commit a3244af

Please sign in to comment.