Skip to content

Commit f5feb97

Browse files
authored
Merge pull request #593 from TotallyNotRobots/remove-imdb
Remove broken imdb plugin
2 parents 05d7a33 + 533a597 commit f5feb97

File tree

6 files changed

+8
-282
lines changed

6 files changed

+8
-282
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44
- mypy
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: 38b88246ccc552bffaaf54259d064beeee434539 # frozen: v4.0.1
7+
rev: f71fa2c1f9cf5cb705f73dffe4b21f7c61470ba9 # frozen: v4.4.0
88
hooks:
99
- id: trailing-whitespace
1010
args: ['--markdown-linebreak-ext=md,markdown']
@@ -33,15 +33,15 @@ repos:
3333
args:
3434
- --remove
3535
- repo: https://github.com/psf/black
36-
rev: e3000ace2fd1fcb1c181bb7a8285f1f976bcbdc7 # frozen: 21.7b0
36+
rev: 2ddea293a88919650266472186620a98a4a8bb37 # frozen: 22.12.0
3737
hooks:
3838
- id: black
3939
- repo: https://github.com/pycqa/isort
40-
rev: fd5ba70665a37ec301a1f714ed09336048b3be63 # frozen: 5.9.3
40+
rev: 4e97b170469b7c8ef29afe944ebfb057791457aa # frozen: 5.11.4
4141
hooks:
4242
- id: isort
4343
- repo: https://github.com/pre-commit/pygrep-hooks
44-
rev: 6f51a66bba59954917140ec2eeeaa4d5e630e6ce # frozen: v1.9.0
44+
rev: 3a6eb0fadf60b3cccfd80bad9dbb6fae7e47b316 # frozen: v1.10.0
4545
hooks:
4646
- id: python-no-eval
4747
- id: python-no-log-warn
@@ -61,7 +61,7 @@ repos:
6161
language: system
6262
types: [python]
6363
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
64-
rev: a27ba454fd1cfd7ce20b60f5a1aee310fd66df82 # frozen: 0.1.0
64+
rev: d0cf8a7a8e09127a5a61c0644a823544e32f492b # frozen: 0.2.2
6565
hooks:
6666
- id: yamlfmt
6767
args:

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4444
- rua.py removed due to website no longer existing that it's based off
4545
- Python 3.5 support dropped
4646
- Removed geoip plugin
47-
- Removewd yandex translate plugin
47+
- Removed yandex translate plugin
4848
- Removed soundcloud plugin due to API removal
49+
- Removed imdb.py, the backing app is not being maintained and is broken
4950

5051
## [1.3.0] 2020-03-17
5152
### Added

plugins/imdb.py

Lines changed: 0 additions & 73 deletions
This file was deleted.

tests/plugin_tests/gaming_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_dice_overflow():
4949
random.seed(1)
5050
event = MagicMock()
5151
with pytest.raises(OverflowError):
52-
gaming.dice((str(10 ** 308)) + "d9", event)
52+
gaming.dice((str(10**308)) + "d9", event)
5353

5454
assert event.mock_calls == [
5555
call.reply("Thanks for overflowing a float, jerk >:[")

tests/plugin_tests/imdb_test.py

Lines changed: 0 additions & 159 deletions
This file was deleted.

tests/plugin_tests/test_imdb.py

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)