Skip to content

Commit

Permalink
Remove unnecessary folder and fix black validation. (#1027)
Browse files Browse the repository at this point in the history
* Delete .idea folder that I think got accidentally added.

* Fix black to version 23.3.0
  • Loading branch information
reckenro authored Dec 12, 2023
1 parent a56cd4f commit 9b7967d
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 74 deletions.
3 changes: 0 additions & 3 deletions .idea/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/grpc-device.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

37 changes: 0 additions & 37 deletions .idea/vcs.xml

This file was deleted.

2 changes: 1 addition & 1 deletion python_build_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ contextlib2==21.6.0
Mako==1.2.2
MarkupSafe==2.0.1
schema==0.7.4
black>=21.10b0
black==23.3.0
mypy>=0.910
ni-python-styleguide~=0.1
pycodestyle==2.7.0
Expand Down

0 comments on commit 9b7967d

Please sign in to comment.