Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#471)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Feb 7, 2023
1 parent 1c44b8b commit a5b87cf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/adamchainz/blacken-docs
Expand Down
1 change: 0 additions & 1 deletion src/whitenoise/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@


class WhiteNoise:

# Ten years is what nginx sets a max age if you use 'expires max;'
# so we'll follow its lead
FOREVER = 10 * 365 * 24 * 60 * 60
Expand Down
1 change: 0 additions & 1 deletion src/whitenoise/compress.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@


class Compressor:

# Extensions that it's not worth trying to compress
SKIP_COMPRESS_EXTENSIONS = (
# Images
Expand Down

0 comments on commit a5b87cf

Please sign in to comment.