Skip to content

Commit 9db05cc

Browse files
committed
fix line length
1 parent 772a211 commit 9db05cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Python.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ ipython_config.py
114114
# pixi
115115
# Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control.
116116
#pixi.lock
117-
# Pixi creates a virtual environment in the .pixi directory, just like venv module creates one in the .venv directory. It is recommended not to include this directory in version control.
117+
# Pixi creates a virtual environment in the .pixi directory, just like venv module creates one
118+
# in the .venv directory. It is recommended not to include this directory in version control.
118119
.pixi
119120

120121
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm

0 commit comments

Comments
 (0)