Skip to content

Commit

Permalink
refactor: turn dirs into packages
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa committed Dec 30, 2021
1 parent 0d8e359 commit bee41e5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/nitpick/resources/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""A library of Nitpick styles. Building blocks that can be combined and reused."""
1 change: 1 addition & 0 deletions src/nitpick/resources/any/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Styles for any language."""
1 change: 1 addition & 0 deletions src/nitpick/resources/javascript/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Styles for JavaScript."""
1 change: 1 addition & 0 deletions src/nitpick/resources/python/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Styles for Python."""
1 change: 1 addition & 0 deletions src/nitpick/resources/shell/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Styles for shell scripts."""

0 comments on commit bee41e5

Please sign in to comment.