Skip to content

Commit

Permalink
Merge pull request #164 from freelawproject/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
mlissner authored Apr 2, 2024
2 parents a44d795 + 4b6fae5 commit 80b8788
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ci:
autoupdate_schedule: quarterly
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
args: [--maxkb=5000]
Expand All @@ -31,12 +31,12 @@ repos:
args: [--line-length=79, --transform-concats]

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 24.3.0
hooks:
- id: black

- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
name: isort (python)
Expand Down
1 change: 1 addition & 0 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
X-Ray Tests
"""

import os
import unittest
from pathlib import Path
Expand Down
1 change: 1 addition & 0 deletions tools/layout-analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
not displayed, but their locations are indicated by empty rectangles with
some meta information.
"""

import sys
import time

Expand Down
1 change: 1 addition & 0 deletions xray/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Find bad redactions.
"""

import sys
from pathlib import Path
from typing import Union
Expand Down
1 change: 1 addition & 0 deletions xray/pdf_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Utilities for working with PDFs and redactions
"""

import re
import typing
from typing import List
Expand Down
1 change: 1 addition & 0 deletions xray/text_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tools for working with text strings"""

import re
from typing import List

Expand Down

0 comments on commit 80b8788

Please sign in to comment.