{"id":24508778,"url":"https://github.com/5j9/flake8-invalid-escape-sequences","last_synced_at":"2025-06-19T07:33:38.213Z","repository":{"id":57429997,"uuid":"113729811","full_name":"5j9/flake8-invalid-escape-sequences","owner":"5j9","description":"A plugin for flake8 that detects and reports invalid escape sequences","archived":false,"fork":false,"pushed_at":"2018-04-18T12:03:37.000Z","size":30,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-20T14:06:21.527Z","etag":null,"topics":["escape-sequences","flake8-plugin","python","python2","python3","quality-assurance"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/5j9.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-10T06:51:31.000Z","updated_at":"2019-07-28T04:32:58.000Z","dependencies_parsed_at":"2022-08-26T02:41:19.690Z","dependency_job_id":null,"html_url":"https://github.com/5j9/flake8-invalid-escape-sequences","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/5j9/flake8-invalid-escape-sequences","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5j9%2Fflake8-invalid-escape-sequences","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5j9%2Fflake8-invalid-escape-sequences/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5j9%2Fflake8-invalid-escape-sequences/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5j9%2Fflake8-invalid-escape-sequences/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/5j9","download_url":"https://codeload.github.com/5j9/flake8-invalid-escape-sequences/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5j9%2Fflake8-invalid-escape-sequences/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260708535,"owners_count":23050049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["escape-sequences","flake8-plugin","python","python2","python3","quality-assurance"],"created_at":"2025-01-22T00:17:54.997Z","updated_at":"2025-06-19T07:33:33.201Z","avatar_url":"https://github.com/5j9.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: https://travis-ci.org/5j9/flake8-invalid-escape-sequences.svg?branch=master\n    :target: https://travis-ci.org/5j9/flake8-invalid-escape-sequences\n\nflake8-invalid-escape-sequences\n-------------------------------\nA plugin for flake8 (v3+) that detects and reports invalid escape sequences.\n\nNote: This plugin is not required anymore if you've upgraded to ``pycodestyle 2.4.0`` (released Apr 10, 2018). ``pycodestyle`` now issues `W605  \u003chttps://github.com/PyCQA/pycodestyle/commit/13d2bd200911850dacde31665235122d85290265\u003e`_\nwarning for invalid escape sequences.\n\nIntroduction\n------------\nInvalid escape sequences `became deprecated in Python 3.6 \u003chttps://bugs.python.org/issue27364\u003e`_ and will be a SyntaxError in the future.\n\nThis plugin finds those invalid sequences and reports them. Here is a sample output:\n\n.. code-block:: bash\n\n    test_case.py:5:12: IES: invalid escape sequence \\[\n\nInstallation\n------------\n\n.. code-block:: bash\n\n  pip install flake8-invalid-escape-sequences\n\n\nShould work with all officially supported Python versions, including\nPython 2.7.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5j9%2Fflake8-invalid-escape-sequences","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F5j9%2Fflake8-invalid-escape-sequences","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5j9%2Fflake8-invalid-escape-sequences/lists"}