File tree Expand file tree Collapse file tree 6 files changed +8
-282
lines changed Expand file tree Collapse file tree 6 files changed +8
-282
lines changed Original file line number Diff line number Diff line change 4
4
- mypy
5
5
repos :
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : 38b88246ccc552bffaaf54259d064beeee434539 # frozen: v4.0.1
7
+ rev : f71fa2c1f9cf5cb705f73dffe4b21f7c61470ba9 # frozen: v4.4.0
8
8
hooks :
9
9
- id : trailing-whitespace
10
10
args : ['--markdown-linebreak-ext=md,markdown']
@@ -33,15 +33,15 @@ repos:
33
33
args :
34
34
- --remove
35
35
- repo : https://github.com/psf/black
36
- rev : e3000ace2fd1fcb1c181bb7a8285f1f976bcbdc7 # frozen: 21.7b0
36
+ rev : 2ddea293a88919650266472186620a98a4a8bb37 # frozen: 22.12.0
37
37
hooks :
38
38
- id : black
39
39
- repo : https://github.com/pycqa/isort
40
- rev : fd5ba70665a37ec301a1f714ed09336048b3be63 # frozen: 5.9.3
40
+ rev : 4e97b170469b7c8ef29afe944ebfb057791457aa # frozen: 5.11.4
41
41
hooks :
42
42
- id : isort
43
43
- repo : https://github.com/pre-commit/pygrep-hooks
44
- rev : 6f51a66bba59954917140ec2eeeaa4d5e630e6ce # frozen: v1.9 .0
44
+ rev : 3a6eb0fadf60b3cccfd80bad9dbb6fae7e47b316 # frozen: v1.10 .0
45
45
hooks :
46
46
- id : python-no-eval
47
47
- id : python-no-log-warn
61
61
language : system
62
62
types : [python]
63
63
- repo : https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
64
- rev : a27ba454fd1cfd7ce20b60f5a1aee310fd66df82 # frozen: 0.1.0
64
+ rev : d0cf8a7a8e09127a5a61c0644a823544e32f492b # frozen: 0.2.2
65
65
hooks :
66
66
- id : yamlfmt
67
67
args :
Original file line number Diff line number Diff line change @@ -44,8 +44,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
44
44
- rua.py removed due to website no longer existing that it's based off
45
45
- Python 3.5 support dropped
46
46
- Removed geoip plugin
47
- - Removewd yandex translate plugin
47
+ - Removed yandex translate plugin
48
48
- Removed soundcloud plugin due to API removal
49
+ - Removed imdb.py, the backing app is not being maintained and is broken
49
50
50
51
## [ 1.3.0] 2020-03-17
51
52
### Added
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ def test_dice_overflow():
49
49
random .seed (1 )
50
50
event = MagicMock ()
51
51
with pytest .raises (OverflowError ):
52
- gaming .dice ((str (10 ** 308 )) + "d9" , event )
52
+ gaming .dice ((str (10 ** 308 )) + "d9" , event )
53
53
54
54
assert event .mock_calls == [
55
55
call .reply ("Thanks for overflowing a float, jerk >:[" )
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments