Skip to content

Commit

Permalink
chore: pre-commit autoupdate (#240)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/psf/black: 23.11.0 →
24.1.1](psf/black@23.11.0...24.1.1)
- [github.com/pycqa/isort: 5.12.0 →
5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/pre-commit/mirrors-mypy: v1.7.1 →
v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0)
<!--pre-commit.ci end-->

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jan 29, 2024
1 parent b7a331d commit 054a21f
Show file tree
Hide file tree
Showing 4 changed files with 6 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 @@ -21,17 +21,17 @@ repos:
args: [--py37-plus]

- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.1.1
hooks:
- id: black

- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1
rev: v1.8.0
hooks:
- id: mypy
pass_filenames: true
Expand Down
1 change: 1 addition & 0 deletions tap_github/scraping.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Inspired by https://github.com/dogsheep/github-to-sqlite/pull/70
"""

import logging
import re
import time
Expand Down
1 change: 1 addition & 0 deletions tap_github/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test suite for tap-github."""

import requests
import requests_cache

Expand Down
1 change: 1 addition & 0 deletions tap_github/tests/test_core.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests standard tap features using the built-in SDK tests library."""

import logging
import os
from unittest import mock
Expand Down

0 comments on commit 054a21f

Please sign in to comment.