Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e0ca77f

Browse files
committedJun 17, 2024·
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0bd7055 commit e0ca77f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+62
-0
lines changed
 

‎example-plugin/src/flake8_example_plugin/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Module for an example Flake8 plugin."""
2+
23
from __future__ import annotations
34

45
from .off_by_default import ExampleTwo

‎example-plugin/src/flake8_example_plugin/off_by_default.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Our first example plugin."""
2+
23
from __future__ import annotations
34

45

0 commit comments

Comments
 (0)
Please sign in to comment.