Skip to content

Commit 3a5dffe

Browse files
Update black version (#704)
1 parent 18bddfa commit 3a5dffe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
- id: trailing-whitespace
3434

3535
- repo: https://github.com/psf/black
36-
rev: 20.8b1
36+
rev: 22.3.0
3737
hooks:
3838
- id: black
3939

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# The suffix of source filenames.
1111
source_suffix = ".rst"
1212

13-
project = u"moveit_tutorials"
13+
project = "moveit_tutorials"
1414

1515
# The version info for the project you're documenting, acts as replacement for
1616
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)