Skip to content

Commit dece040

Browse files
committed
Fix RST backticks
1 parent d1daff8 commit dece040

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,30 +14,30 @@ repos:
1414
- id: isort
1515

1616
- repo: https://github.com/asottile/yesqa
17-
rev: b13a51aa54142c59219c764e9f9362c049b439ed # frozen: v1.2.0
17+
rev: 7a009f3ee493c796827ee334f9058b110a0e0db8 # frozen: v1.2.1
1818
hooks:
1919
- id: yesqa
2020

2121
- repo: https://github.com/Lucas-C/pre-commit-hooks
22-
rev: ffbd448645bad2e7ca13f96fca5830058d27ccd5 # frozen: v1.1.7
22+
rev: f30f4974a08a6b2f6a1eeaf30a4d501cf909163a # frozen: v1.1.9
2323
hooks:
2424
- id: remove-tabs
2525
exclude: (Makefile$|\.bat$|\.cmake$|\.eps$|\.fits$|\.opt$)
2626

2727
- repo: https://gitlab.com/pycqa/flake8
28-
rev: 735cfe7e1c57a8e05f660ba75de72313005af54a # frozen: 3.8.2
28+
rev: 05f6544aef321e2fee03a1277ce2eef8880fb927 # frozen: 3.8.3
2929
hooks:
3030
- id: flake8
3131
additional_dependencies: [flake8-2020, flake8-implicit-str-concat]
3232

3333
- repo: https://github.com/pre-commit/pygrep-hooks
34-
rev: 0d7d077d6ed5624854f93ac601739c1804ebeb98 # frozen: v1.5.1
34+
rev: 20b9ac745c5adaab12b845b3564c773dcc051d0e # frozen: v1.5.2
3535
hooks:
3636
- id: python-check-blanket-noqa
3737
- id: rst-backticks
3838

3939
- repo: https://github.com/pre-commit/pre-commit-hooks
40-
rev: ebc15addedad713c86ef18ae9632c88e187dd0af # frozen: v3.1.0
40+
rev: e1668fe86af3810fbca72b8653fe478e66a0afdc # frozen: v3.2.0
4141
hooks:
4242
- id: check-merge-conflict
4343
- id: check-yaml

docs/reference/block_allocator.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ variables:
4040

4141
* ``PILLOW_BLOCK_SIZE``, in bytes, K, or M. Specifies the maximum
4242
block size for ``ImagingAllocateArray``. Valid values are
43-
integers, with an optional `k` or `m` suffix. Defaults to 16M.
43+
integers, with an optional ``k`` or ``m`` suffix. Defaults to 16M.
4444

4545
* ``PILLOW_BLOCKS_MAX`` Specifies the number of freed blocks to
4646
retain to fill future memory requests. Any freed blocks over this

0 commit comments

Comments
 (0)