Skip to content

Commit 0c581d5

Browse files
authored
Merge branch 'develop' into patch-5
2 parents 20051c0 + eb16048 commit 0c581d5

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
pyRevit helps you quickly sketch out your automation and addon ideas, in whichever language that you are most comfortable with, inside the Revit environment and using its APIs. It also ships with an extensive set of powerful tools that showcase its capabilities as a development environment. Download and install pyRevit, launch Revit, and note the new pyRevit tab that includes these tools. pyRevit also ships with a handy CLI utility for customized configuration and deployment of your tools, and a telemetry server to monitor pyRevit usage across your teams.
7676

77-
 
77+
7878

7979
### pyRevit can help you
8080

@@ -84,7 +84,7 @@ pyRevit helps you quickly sketch out your automation and addon ideas, in whichev
8484
- **Distribute your tools** (pyRevit, [Dynamo](https://dynamobim.org/), or [Grasshopper](https://www.rhino3d.com/inside)) easily to your teams using a unified interface
8585
- **Share your tools** with the community
8686

87-
 
87+
8888

8989
# Getting Started
9090

extensions/pyRevitDevTools.extension/startup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
All errors will be printed to the dedicated output window similar to the way
1313
errors are printed from pyRevit commands.
1414
"""
15-
#pylint: disable=import-error,invalid-name,broad-except,superfluous-parens
16-
#pylint: disable=unused-import,wrong-import-position,unused-argument
17-
#pylint: disable=missing-docstring
15+
1816
import sys
1917
import time
2018
import os.path as op

0 commit comments

Comments
 (0)