Skip to content

Commit

Permalink
Merge pull request #179 from KennethEnevoldsen/pre-commit-ci-update-c…
Browse files Browse the repository at this point in the history
…onfig

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
KennethEnevoldsen authored Jan 29, 2024
2 parents 785860c + 6e02fa5 commit 1ca57c6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ default_stages: [commit]

repos:
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black

Expand Down
1 change: 1 addition & 0 deletions dev/add_new_language.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
each language with each positive word rated +1 and negative words rated
-1.
"""

from collections import defaultdict
from pathlib import Path

Expand Down
1 change: 0 additions & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
If you do not wish to use invoke you can simply delete this file.
"""


import platform
import re
import shutil
Expand Down

0 comments on commit 1ca57c6

Please sign in to comment.