Skip to content

Commit

Permalink
Update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
j4ckofalltrades committed Feb 27, 2022
1 parent dd10ad1 commit 2843128
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ toggle_powerline_k8s() {

## Docs

For more detailed documentation see [https://j4ckofalltrades.github.io/powerline-k8s](https://j4ckofalltrades.github.io/powerline-k8s).
For more detailed documentation see [https://j4ckofalltrades.github.io/powerline-k8s](https://j4ckofalltrades.github.io/powerline-k8s)

## Demo

Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-

import setuptools

setuptools.setup()
2 changes: 2 additions & 0 deletions src/powerline_k8s/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-

"""
.. include:: ../../README.md
"""
Expand Down
2 changes: 2 additions & 0 deletions src/powerline_k8s/segments.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-

import os
from enum import Enum

Expand Down
2 changes: 2 additions & 0 deletions src/tests/test_powerline_k8s.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-

import logging

import pytest
Expand Down

0 comments on commit 2843128

Please sign in to comment.