Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
muflone committed Sep 21, 2022
1 parent 6bca42a commit f195a72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
version: 2.1

orbs:
# The python orb contains a set of prepackaged CircleCI configuration you can use repeatedly in your configuration files
# The python orb contains a set of prepackaged CircleCI configuration you can
# use repeatedly in your configuration files
# Orb commands and jobs help you with common scripting around a language/tool,
# so you don't have to copy and paste it everywhere.
# See the orb documentation here: https://circleci.com/developer/orbs/orb/circleci/python
Expand Down
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Ignore .idea folder for Jetbrains IDEs
.idea/

# Ignore Python compiled files
*.pyc
__pycache__/
Expand All @@ -10,6 +13,3 @@ __pycache__/
# Ignore tests and coverage
/.coverage
/.noseids

# Ignore PyCharm project folder
/.idea/

0 comments on commit f195a72

Please sign in to comment.