diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0815b93..1ad561b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,11 +21,6 @@ repos: - id: yamllint files: ^.*\.(yml|yaml)$ - - repo: https://github.com/asottile/seed-isort-config - rev: v2.2.0 - hooks: - - id: seed-isort-config - - repo: https://github.com/pre-commit/mirrors-isort rev: v5.10.1 hooks: diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8655c3e..25d95c5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,14 @@ VERSIONS Next Release ------------ +1.11.9 +------------ +msisdn_utils: An application that has small tools for handling phone numbers + +1.11.8 +------------ +Merge pull request #193 from praekeltfoundation/dependabot/pip/django-4.2.15 + 1.11.7 ------------ YAL: Fix redis connection diff --git a/setup.cfg b/setup.cfg index 806f247..5747ab2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,4 +16,3 @@ line_length = 88 multi_line_output = 3 include_trailing_comma = True skip = ve/,env/ -known_third_party = celery,dj_database_url,django,environ,freezegun,hashids,json2html,jsonschema,kombu,phonenumber_field,phonenumbers,pkg_resources,prometheus_client,pytest,pytz,raven,recommonmark,redis,requests,responses,rest_framework,sentry_sdk,setuptools,six,temba_client