Skip to content

Commit c65036c

Browse files
[pre-commit.ci] pre-commit autoupdate (#694)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/yesqa: v1.4.0 → v1.5.0](asottile/yesqa@v1.4.0...v1.5.0) - [github.com/psf/black: 22.12.0 → 23.3.0](psf/black@22.12.0...23.3.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.7.0](asottile/pyupgrade@v3.3.1...v3.7.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>
1 parent 6e7c752 commit c65036c

13 files changed

+3
-16
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: check-merge-conflict
66
- repo: https://github.com/asottile/yesqa
7-
rev: v1.4.0
7+
rev: v1.5.0
88
hooks:
99
- id: yesqa
1010
- repo: https://github.com/pycqa/isort
@@ -13,7 +13,7 @@ repos:
1313
- id: isort
1414
args: ["--profile", "black"]
1515
- repo: https://github.com/psf/black
16-
rev: '22.12.0'
16+
rev: '23.3.0'
1717
hooks:
1818
- id: black
1919
language_version: python3 # Should be a command that runs python3.6+
@@ -48,7 +48,7 @@ repos:
4848
- id: detect-private-key
4949
exclude: ^tests/
5050
- repo: https://github.com/asottile/pyupgrade
51-
rev: 'v3.3.1'
51+
rev: 'v3.7.0'
5252
hooks:
5353
- id: pyupgrade
5454
args: ['--py37-plus', '--keep-mock']

rest_framework_simplejwt/token_blacklist/migrations/0001_initial.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55

66
class Migration(migrations.Migration):
7-
87
initial = True
98

109
dependencies = [

rest_framework_simplejwt/token_blacklist/migrations/0002_outstandingtoken_jti_hex.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33

44
class Migration(migrations.Migration):
5-
65
dependencies = [
76
("token_blacklist", "0001_initial"),
87
]

rest_framework_simplejwt/token_blacklist/migrations/0003_auto_20171017_2007.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def reverse_populate_jti_hex(apps, schema_editor): # pragma: no cover
2222

2323

2424
class Migration(migrations.Migration):
25-
2625
dependencies = [
2726
("token_blacklist", "0002_outstandingtoken_jti_hex"),
2827
]

rest_framework_simplejwt/token_blacklist/migrations/0004_auto_20171017_2013.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33

44
class Migration(migrations.Migration):
5-
65
dependencies = [
76
("token_blacklist", "0003_auto_20171017_2007"),
87
]

rest_framework_simplejwt/token_blacklist/migrations/0005_remove_outstandingtoken_jti.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33

44
class Migration(migrations.Migration):
5-
65
dependencies = [
76
("token_blacklist", "0004_auto_20171017_2013"),
87
]

rest_framework_simplejwt/token_blacklist/migrations/0006_auto_20171017_2113.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33

44
class Migration(migrations.Migration):
5-
65
dependencies = [
76
("token_blacklist", "0005_remove_outstandingtoken_jti"),
87
]

rest_framework_simplejwt/token_blacklist/migrations/0007_auto_20171017_2214.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55

66
class Migration(migrations.Migration):
7-
87
dependencies = [
98
("token_blacklist", "0006_auto_20171017_2113"),
109
]

rest_framework_simplejwt/token_blacklist/migrations/0008_migrate_to_bigautofield.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33

44
class Migration(migrations.Migration):
5-
65
dependencies = [
76
("token_blacklist", "0007_auto_20171017_2214"),
87
]

rest_framework_simplejwt/token_blacklist/migrations/0010_fix_migrate_to_bigautofield.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99

1010
class Migration(migrations.Migration):
11-
1211
dependencies = [
1312
("token_blacklist", "0008_migrate_to_bigautofield"),
1413
]

0 commit comments

Comments
 (0)